pyenv: 2.5.1 -> 2.5.2

This commit is contained in:
R. Ryantm
2025-02-06 01:58:45 +00:00
parent ab36ef17c8
commit c45c240297
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
tag = "v${version}";
hash = "sha256-i4CQTaz4VDYxUOGcmyIQN+n9yd1ptQ+rqiES/JR189A=";
hash = "sha256-RDBIe26IAGn3Mj+zof55GxMI7mwL9JQGjN3egUhhhgg=";
};
nativeBuildInputs = [