Skip to content

Commit

Permalink
catch2_3: 3.3.1 -> 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Feb 28, 2023
1 parent 2b554db commit 0eff367
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.3.1";
version = "3.3.2";

src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
hash = "sha256-JVxBYhKTejc8lfqgxz5Ig5G9H90YuIcGAUopGJG/3Dg=";
hash = "sha256-t/4iCrzPeDZNNlgibVqx5rhe+d3lXwm1GmBMDDId0VQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0eff367

Please sign in to comment.