pyenv: 2.4.5 -> 2.4.7

This commit is contained in:
R. Ryantm 2024-07-14 21:35:07 +00:00
parent b64e7d2266
commit 7c725a1dc6

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pyenv"; pname = "pyenv";
version = "2.4.5"; version = "2.4.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pyenv"; owner = "pyenv";
repo = "pyenv"; repo = "pyenv";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-0MMPbn6BaIn623nHYuNYsiMIFF0y2fAYmjxZ/XESyTg="; hash = "sha256-DrLma9gR9wy0IULtCoD/gTHMFPVyxijGACqcoQnYUHY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [