Skip to content

Commit a5121f7

Browse files
r-ryantmFRidh
authored andcommitted
catch2: 2.12.2 -> 2.12.3
1 parent cd435ce commit a5121f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/catch2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "catch2";
5-
version = "2.12.2";
5+
version = "2.12.3";
66

77
src = fetchFromGitHub {
88
owner = "catchorg";
99
repo = "Catch2";
1010
rev = "v${version}";
11-
sha256="17fr2k0jhdcrmmvvb9d8igmjbyads3hkdrakvmrpgc82srm78jcc";
11+
sha256="0rp30754frp88wbl17ksr40mmffw5xibq73blgx9jj42d7nl891x";
1212
};
1313

1414
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)