We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb74d2e commit f90c31dCopy full SHA for f90c31d
pkgs/development/interpreters/rakudo/zef.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "zef";
11
- version = "0.22.6";
+ version = "0.22.7";
12
13
src = fetchFromGitHub {
14
owner = "ugexe";
15
repo = "zef";
16
rev = "v${finalAttrs.version}";
17
- hash = "sha256-lq3jSoV1/zD7TMOtvfZZTVJ5cjsaod5Tzvb+GyiMJs4=";
+ hash = "sha256-nRiOLy4LuxIXrqwn84OtUUelLcqbxgXSuVRaVsAtcIQ=";
18
};
19
20
nativeBuildInputs = [
0 commit comments