Skip to content

Commit

Permalink
catch2_3: 3.5.2 -> 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 12, 2024
1 parent 9a65c15 commit 5fbe796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/catch2/3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "catch2";
version = "3.5.2";
version = "3.6.0";

src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
hash = "sha256-xGPfXjk+oOnR7JqTrZd2pKJxalrlS8CMs7HWDClXaS8=";
hash = "sha256-HPSPAaui6otks6n5FCmeEfquN4Z39Q2xP+Jcu7B5CZg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5fbe796

Please sign in to comment.