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

pyenv: 2.4.7 -> 2.4.8
This commit is contained in:
Nick Cao 2024-07-27 10:04:26 -04:00 committed by GitHub
commit e6af6f4792
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.7";
version = "2.4.8";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-DrLma9gR9wy0IULtCoD/gTHMFPVyxijGACqcoQnYUHY=";
hash = "sha256-JXNEAgppFbeNKxjvrI/jUyHmN6pSWUFGSrxeVZi5pHw=";
};
nativeBuildInputs = [