catch2_3: 3.3.0 -> 3.3.1

This commit is contained in:
R. Ryantm
2023-02-02 13:51:15 -08:00
committed by Robert Schütz
parent c8a3dfe5fb
commit ec7f2aa3b3
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
hash = "sha256-f/tM8b2JGZw2OzhlhMvjzLjgvgj5qncEepYsEwSxeAI=";
hash = "sha256-JVxBYhKTejc8lfqgxz5Ig5G9H90YuIcGAUopGJG/3Dg=";
};
nativeBuildInputs = [