Skip to content

Commit 82b8c79

Browse files
authored
zef: 0.22.6 -> 0.22.7 (#371849)
2 parents d77a1ab + f90c31d commit 82b8c79

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/interpreters/rakudo

1 file changed

+2
-2
lines changed

pkgs/development/interpreters/rakudo/zef.nix

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

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "zef";
11-
version = "0.22.6";
11+
version = "0.22.7";
1212

1313
src = fetchFromGitHub {
1414
owner = "ugexe";
1515
repo = "zef";
1616
rev = "v${finalAttrs.version}";
17-
hash = "sha256-lq3jSoV1/zD7TMOtvfZZTVJ5cjsaod5Tzvb+GyiMJs4=";
17+
hash = "sha256-nRiOLy4LuxIXrqwn84OtUUelLcqbxgXSuVRaVsAtcIQ=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)