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

ctre: 3.7.2 -> 3.8
This commit is contained in:
Jonas Heinrich 2023-08-12 15:36:26 +02:00 committed by GitHub
commit 2861ab317f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ctre";
version = "3.7.2";
version = "3.8";
src = fetchFromGitHub {
owner = "hanickadot";
repo = "compile-time-regular-expressions";
rev = "v${version}";
hash = "sha256-pO6PW4oZsCA2xaMCsaJz2Bu203zyMUkbjO3OOBEbSiw=";
hash = "sha256-oGJHSyvcgvBJh5fquK6dU70czVg4txcGTuicvrTK2hc=";
};
nativeBuildInputs = [ cmake ];