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

pyenv: 2.3.36 -> 2.4.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 21:38:27 +02:00 committed by GitHub
commit 3860a08a4b
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.3.36";
version = "2.4.0";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-ZZb7fB9VWwpmW6Qrw65/zLUBqz7E4/Bg3A7DnTt+IbE=";
hash = "sha256-urF0glUR6W2jtT3Ek3OpbpmImiQrwHGbS1/pGuTcgyA=";
};
nativeBuildInputs = [