Skip to content

Commit

Permalink
catch2: 3.5.1 -> 3.5.4
Browse files Browse the repository at this point in the history
Bump to latest version slang pinned.
  • Loading branch information
dtzSiFive committed May 6, 2024
1 parent a674ddb commit f4a5598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slang.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ let
};
# Drop for "catch2_3" once bump nixpkgs.
catch2_3_pinned = catch2_3.overrideAttrs(o:
let version = "3.5.1"; in {
let version = "3.5.4"; in {
src = fetchFromGitHub {
owner = "catchorg";
repo = "catch2";
rev = "v${version}";
sha256 = "OyYNUfnu6h1+MfCF8O+awQ4Usad0qrdCtdZhYgOY+Vw=";
sha256 = "3z4/kBEW2zQQJkcdkXhN6NK9+wryXVfEm3MK1wZ3SCE=";
};
inherit version;
});
Expand Down

0 comments on commit f4a5598

Please sign in to comment.