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

pyenv: 2.4.1 -> 2.4.2
This commit is contained in:
Nick Cao 2024-06-09 10:44:53 -04:00 committed by GitHub
commit 696e9d4f3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [