Skip to content

Commit d778e0e

Browse files
authored
pyenv: 2.5.5 -> 2.5.6 (#405332)
2 parents 30daf9e + 9087559 commit d778e0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/py/pyenv/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "pyenv";
10-
version = "2.5.5";
10+
version = "2.5.6";
1111

1212
src = fetchFromGitHub {
1313
owner = "pyenv";
1414
repo = "pyenv";
1515
tag = "v${version}";
16-
hash = "sha256-6Cl/St+PN4WmVNurw/bxbw0piqcoijxOfBCfDA6jyTk=";
16+
hash = "sha256-WdjzogV9+cF9UuSuDxDwYvpDRBLRhbF7Jr61xtZ4N00=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)