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

ctre: 3.8 -> 3.8.1
This commit is contained in:
Azat Bahawi 2023-10-15 15:03:15 +03:00 committed by GitHub
commit 8a59fa97f1
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.8";
version = "3.8.1";
src = fetchFromGitHub {
owner = "hanickadot";
repo = "compile-time-regular-expressions";
rev = "v${version}";
hash = "sha256-oGJHSyvcgvBJh5fquK6dU70czVg4txcGTuicvrTK2hc=";
hash = "sha256-EzAPIqdfktrZ+FTEzz52nRNnH7CG59ZE9Ww7qMkAAbY=";
};
nativeBuildInputs = [ cmake ];