3
0
Fork 0
forked from mirrors/nixpkgs

catch2_3: 3.3.0 -> 3.3.1

This commit is contained in:
R. Ryantm 2023-02-02 03:23:03 +00:00 committed by Robert Schütz
parent c8a3dfe5fb
commit ec7f2aa3b3

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 = [