about summary refs log tree commit diff
path: root/pkgs/development/libraries/catch2
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-17 12:34:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-17 12:34:54 +0000
commita247c127855d5f6fcce251a1fc96a615686ece37 (patch)
tree320826c62729645544c98c51358316110348050d /pkgs/development/libraries/catch2
parent8a1448c9f71e183733ef7357de7f815299d42284 (diff)
catch2: 2.13.9 -> 2.13.10
Diffstat (limited to 'pkgs/development/libraries/catch2')
-rw-r--r--pkgs/development/libraries/catch2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/catch2/default.nix b/pkgs/development/libraries/catch2/default.nix
index 111f1054f368d..3c51fa9371d94 100644
--- a/pkgs/development/libraries/catch2/default.nix
+++ b/pkgs/development/libraries/catch2/default.nix
@@ -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 ];