Merge pull request #252200 from r-ryantm/auto-update/pyenv

pyenv: 2.3.24 -> 2.3.25
This commit is contained in:
Theodore Ni 2023-08-29 13:07:09 -07:00 committed by GitHub
commit a04bf132c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.3.24";
version = "2.3.25";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-hIScCDm15voOamgiRrgn303x2JsWXIF6Oe5PqGUGJQI=";
hash = "sha256-804bLieYrfwzUrKSvZtC6Td4+fFPw1WrhV1NE4n49Rw=";
};
postPatch = ''