pyenv: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm
2025-02-20 15:59:54 +00:00
parent d8657587c0
commit f8be5beb7b
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
tag = "v${version}";
hash = "sha256-RDBIe26IAGn3Mj+zof55GxMI7mwL9JQGjN3egUhhhgg=";
hash = "sha256-YCCkt1lHDK91qXQXCafy1PFLr+wZgTe/9qM9gR0Xzk0=";
};
nativeBuildInputs = [