1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 10:02:36 +09:00

pyenv: 2.4.23 -> 2.5.0 (#369162)

This commit is contained in:
Theodore Ni 2025-01-02 11:38:38 -06:00 committed by GitHub
commit 6eafbd0904
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pyenv"; pname = "pyenv";
version = "2.4.23"; version = "2.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pyenv"; owner = "pyenv";
repo = "pyenv"; repo = "pyenv";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-4IqHJpnGQKo/1U/Zkzg0mzm4xFbDC28F9ixgw+C0hAc="; hash = "sha256-2khf1yGq+SXyOC7NAcjfzvscGg9Kay/8fMM7b0WMh8A=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [