pyenv: 2.4.10 -> 2.4.11

This commit is contained in:
R. Ryantm
2024-09-05 01:56:15 +00:00
parent cc75a581a2
commit 7df7eb1b40
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.4.10";
version = "2.4.11";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-d/RLFsQDyQR4KXZQexaYJs4Tszfd2vJz7TAv+FIwg54=";
hash = "sha256-Si7fjcUsj5Q+SezBGzQtzvu6OK2ZFk6YruYabYpuyK4=";
};
nativeBuildInputs = [