pyenv: 2.5.6 -> 2.5.7

This commit is contained in:
R. Ryantm
2025-05-19 16:39:35 +00:00
parent aa60aed1f7
commit 7e523ba6e8
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.5.6";
version = "2.5.7";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
tag = "v${version}";
hash = "sha256-WdjzogV9+cF9UuSuDxDwYvpDRBLRhbF7Jr61xtZ4N00=";
hash = "sha256-JTD++YQzO84zFVhp9BMBqA8Hln990tAFpfZ8YjmrhvU=";
};
nativeBuildInputs = [