pyenv: 2.6.20 -> 2.6.22

This commit is contained in:
R. Ryantm
2026-02-06 02:45:01 +00:00
parent d96e0ef24c
commit 08c4591f50
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pyenv";
version = "2.6.20";
version = "2.6.22";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
tag = "v${finalAttrs.version}";
hash = "sha256-gbj7WI1OVfqDre5PdqEI3yVo/J5YyCexhL/bCa8aEK4=";
hash = "sha256-F4SZeF9YriAog88hRH/3GWajPtpBTBjEiVgqpxoFS/I=";
};
nativeBuildInputs = [