Merge pull request #272965 from mfrw/mfrw/pyenv-2.3.35

pyenv: 2.3.32 -> 2.3.35
This commit is contained in:
Weijia Wang 2023-12-10 00:53:00 +01:00 committed by GitHub
commit 53ee7c202e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.3.32";
version = "2.3.35";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-miJ/WONNDieLryD2J9JmkmSCG5Iesg2N2GT/FI9NGY0=";
hash = "sha256-tNTHRSzYCelByEt8bN7BhUBGQCAJfZVjWIYTr0VhbO4=";
};
postPatch = ''