c3c: 0.7.1 -> 0.7.2 (#413263)

This commit is contained in:
Nikolay Korotkiy 2025-06-07 19:35:16 +04:00 committed by GitHub
commit 02aa94e250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-2nTFQNoSAdD12BiwWMtrD9SeelTUOM3DYUdjBSjWnVU=";
hash = "sha256-/S2rcZZe441b1sbiJDH1rnxT/mEP1694d5L8MIV6QQc=";
};
cmakeBuildType = if debug then "Debug" else "Release";