about summary refs log tree commit diff
path: root/pkgs/development/libraries/ctre
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-02 10:34:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-02 10:34:03 +0000
commitadb08f565f933e65327470be92c49c8e0bcf8468 (patch)
tree239bfc8a110f9c8d525b0a8fa73fe279b1458f95 /pkgs/development/libraries/ctre
parent2d72fcf67bf78a27e51a05f4c90b0bb0ee113bf2 (diff)
ctre: 3.7.1 -> 3.7.2
Diffstat (limited to 'pkgs/development/libraries/ctre')
-rw-r--r--pkgs/development/libraries/ctre/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ctre/default.nix b/pkgs/development/libraries/ctre/default.nix
index b91c00930ae01..2b3631a565da4 100644
--- a/pkgs/development/libraries/ctre/default.nix
+++ b/pkgs/development/libraries/ctre/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ctre";
-  version = "3.7.1";
+  version = "3.7.2";
 
   src = fetchFromGitHub {
     owner = "hanickadot";
     repo = "compile-time-regular-expressions";
     rev = "v${version}";
-    hash = "sha256-KqYBSY45x8FDQ0YgjrKoZdOiuhf33gv5w160/dSsSsg=";
+    hash = "sha256-pO6PW4oZsCA2xaMCsaJz2Bu203zyMUkbjO3OOBEbSiw=";
   };
 
   nativeBuildInputs = [ cmake ];