Skip to content

Commit 2851282

Browse files
committed
zef: 0.22.2 -> 0.22.4
1 parent 75d8eea commit 2851282

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
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "zef";
10-
version = "0.22.2";
10+
version = "0.22.4";
1111

1212
src = fetchFromGitHub {
1313
owner = "ugexe";
1414
repo = "zef";
1515
rev = "v${finalAttrs.version}";
16-
hash = "sha256-uMVfBptiCungO+XJMlwV2Fhs2jgVNDOqUFqgJPV5RhM=";
16+
hash = "sha256-blreXcpKvatu5Vo5YViIz5Yv2OAsQgs/SGEI2rABDoc=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)