Merge pull request #253874 from mfrw/mfrw/pyenv

pyenv: 2.3.25 -> 2.3.26
This commit is contained in:
Nick Cao 2023-09-07 22:21:59 -04:00 committed by GitHub
commit 306de1a822
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.25";
version = "2.3.26";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-804bLieYrfwzUrKSvZtC6Td4+fFPw1WrhV1NE4n49Rw=";
hash = "sha256-3pLH8/k+9T8lDBw/qd9WcYE4o3SwG/WXGWR0sLGUWLE=";
};
postPatch = ''