pyenv: 2.5.7 -> 2.6.0

This commit is contained in:
R. Ryantm
2025-05-30 03:10:45 +00:00
parent ee2477b0b5
commit 186fb4e3d9
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.5.7";
version = "2.6.0";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
tag = "v${version}";
hash = "sha256-JTD++YQzO84zFVhp9BMBqA8Hln990tAFpfZ8YjmrhvU=";
hash = "sha256-GZLcxRt7pcjnrodnF9iaeOhZLKkcpXQxy5PBHyvfp4A=";
};
nativeBuildInputs = [