ctre: 3.9.0 -> 3.10.0

This commit is contained in:
R. Ryantm 2025-05-20 06:40:16 +00:00
parent 3f96c18c79
commit 572763cd27

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ctre";
version = "3.9.0";
version = "3.10.0";
src = fetchFromGitHub {
owner = "hanickadot";
repo = "compile-time-regular-expressions";
rev = "v${version}";
hash = "sha256-Fmx8eKo4UHSYQa5RL70VmaogQj+ILVA1gfpaVE8+MlQ=";
hash = "sha256-/44oZi6j8+a1D6ZGZpoy82GHjPtqzOvuS7d3SPbH7fs=";
};
nativeBuildInputs = [ cmake ];