pyenv: 2.4.3 -> 2.4.4

This commit is contained in:
R. Ryantm
2024-06-28 01:44:02 +00:00
parent f60c6b6c78
commit e87dfb1748
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.4.3";
version = "2.4.4";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-jYBKTrpc3KI1iW/VCw4Udk4TS8dXFGg5WgbEWZ+vWqE=";
hash = "sha256-ujbJrF7QDd2DIsZGEoJrM3VA2WNpkJNe4BZVcPokXRg=";
};
nativeBuildInputs = [