Merge pull request #245083 from tjni/pyenv

pyenv: 2.3.22 -> 2.3.23
This commit is contained in:
Mario Rodas
2023-07-23 16:25:03 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.3.22";
version = "2.3.23";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-kIjhxr39r8PT3pMvUQohkS2QHwX3QwtZn9n1Z7/nOxc=";
hash = "sha256-gvxun/izEC7KQVfuPe0yjYKqJyqaoTFYNSAldhfBKVc=";
};
postPatch = ''