pyenv: 2.4.2 -> 2.4.3

This commit is contained in:
R. Ryantm 2024-06-17 07:27:46 +00:00
parent bd8d034e65
commit d780ee602c

View File

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