Merge pull request #327212 from r-ryantm/auto-update/pyenv

pyenv: 2.4.5 -> 2.4.7
This commit is contained in:
Pol Dellaiera
2024-07-16 20:57:39 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.4.5";
version = "2.4.7";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-0MMPbn6BaIn623nHYuNYsiMIFF0y2fAYmjxZ/XESyTg=";
hash = "sha256-DrLma9gR9wy0IULtCoD/gTHMFPVyxijGACqcoQnYUHY=";
};
nativeBuildInputs = [