pyenv: 2.3.35 -> 2.3.36

This commit is contained in:
R. Ryantm 2024-02-14 04:25:41 +00:00
parent 35ff7e87ee
commit 07e70c6aa2

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.3.35";
version = "2.3.36";
src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-tNTHRSzYCelByEt8bN7BhUBGQCAJfZVjWIYTr0VhbO4=";
hash = "sha256-ZZb7fB9VWwpmW6Qrw65/zLUBqz7E4/Bg3A7DnTt+IbE=";
};
nativeBuildInputs = [