pyenv: 2.3.24 -> 2.3.25

This commit is contained in:
R. Ryantm
2023-08-29 19:45:09 +00:00
parent e580181a13
commit 4c360a0225
+2 -2
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 = ''