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

pyenv: 2.4.8 -> 2.4.10
This commit is contained in:
Sebastián Mancilla 2024-08-18 23:56:08 -04:00 committed by GitHub
commit 6020675ccf
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.8";
version = "2.4.10";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-JXNEAgppFbeNKxjvrI/jUyHmN6pSWUFGSrxeVZi5pHw=";
hash = "sha256-d/RLFsQDyQR4KXZQexaYJs4Tszfd2vJz7TAv+FIwg54=";
};
nativeBuildInputs = [