Skip to content

Commit

Permalink
zef: 0.22.6 -> 0.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 7, 2025
1 parent fb74d2e commit f90c31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/rakudo/zef.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "zef";
version = "0.22.6";
version = "0.22.7";

src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${finalAttrs.version}";
hash = "sha256-lq3jSoV1/zD7TMOtvfZZTVJ5cjsaod5Tzvb+GyiMJs4=";
hash = "sha256-nRiOLy4LuxIXrqwn84OtUUelLcqbxgXSuVRaVsAtcIQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f90c31d

Please sign in to comment.