pyenv: 2.3.21 -> 2.3.22

This commit is contained in:
Theodore Ni 2023-07-09 01:39:08 -07:00
parent 701495af10
commit e71c26ccbc
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.3.21";
version = "2.3.22";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-+rMkbrRSQBHX9qdifIpdLmQ8Uk39ott0xyJTD/mb+9w=";
hash = "sha256-kIjhxr39r8PT3pMvUQohkS2QHwX3QwtZn9n1Z7/nOxc=";
};
postPatch = ''