pyenv: 2.3.23 -> 2.3.24

This commit is contained in:
Theodore Ni 2023-08-16 02:23:53 -07:00
parent 5d6575d589
commit 95a967e489
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.23";
version = "2.3.24";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-gvxun/izEC7KQVfuPe0yjYKqJyqaoTFYNSAldhfBKVc=";
hash = "sha256-hIScCDm15voOamgiRrgn303x2JsWXIF6Oe5PqGUGJQI=";
};
postPatch = ''