pyenv: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm
2025-01-20 01:19:24 +00:00
parent 4b5b5d19d2
commit 095e7ca581
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
tag = "v${version}";
hash = "sha256-2khf1yGq+SXyOC7NAcjfzvscGg9Kay/8fMM7b0WMh8A=";
hash = "sha256-i4CQTaz4VDYxUOGcmyIQN+n9yd1ptQ+rqiES/JR189A=";
};
nativeBuildInputs = [