Merge pull request #214156 from r-ryantm/auto-update/ctre

ctre: 3.7.1 -> 3.7.2
This commit is contained in:
Nick Cao
2023-02-02 20:05:12 +08:00
committed by GitHub
+2 -2
View File
@@ -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 ];