ctre: 3.7.2 -> 3.8

This commit is contained in:
R. Ryantm 2023-08-12 06:05:44 +00:00
parent b342e15e1f
commit 9144202a04

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 ];