Skip to content

Commit

Permalink
Merge pull request #253874 from mfrw/mfrw/pyenv
Browse files Browse the repository at this point in the history
pyenv: 2.3.25 -> 2.3.26
  • Loading branch information
NickCao authored Sep 8, 2023
2 parents 0a4458f + a2f7bdd commit 306de1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/pyenv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 306de1a

Please sign in to comment.