Merge pull request #263077 from mfrw/mfrw/pyenv-2.3.31

pyenv: 2.3.28 -> 2.3.31
This commit is contained in:
OTABI Tomoya 2023-11-02 00:33:51 +09:00 committed by GitHub
commit 2018ee24ab
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.28";
version = "2.3.31";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-KxYxHNoXk4RVA5+mpE3hjrl1c+7Ei/km/zrMIvvV+1M=";
hash = "sha256-liDm8lcHSdn9f/tNISRlnqEIcBtmusMplH0N4tW5Lgo=";
};
postPatch = ''