Unverified Commit 64218c38 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #196422 from r-ryantm/auto-update/catch2

catch2: 2.13.9 -> 2.13.10
parents 47527220 a247c127
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "catch2";
  version = "2.13.9";
  version = "2.13.10";

  src = fetchFromGitHub {
    owner = "catchorg";
    repo = "Catch2";
    rev = "v${version}";
    sha256="sha256-G6rMTHvrBJbUaTNkR738YClAn2v2xVBr+tXLjpNzVZg=";
    sha256="sha256-XnT2ziES94Y4uzWmaxSw7nWegJFQjAqFUG8PkwK5nLU=";
  };

  nativeBuildInputs = [ cmake ];