pyenv: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2024-06-09 03:13:32 +00:00
parent 2a823de133
commit c34e92bbed

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-dzL0wFAm+wUEWX6a8cgZstgdi9NMmyeDIUI5pPjJpZI=";
hash = "sha256-hPbXKUg7jl4Dd4m29yaEJVX+jl8c/1oODEcRGTao58w=";
};
nativeBuildInputs = [