c3c: 0.8.3 -> 0.8.4 (#562438)

This commit is contained in:
nixpkgs-ci[bot]
2026-09-15 12:52:12 +00:00
committed by GitHub

View File

@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-zOKAXagdhtz8GZn5ss4v0kB8mdPbs6ki3JyL6vRGavE=";
hash = "sha256-SuG27bZAnvtlZQHbrgZKufXawok5f3ePNU7fwmnVaqU=";
};
cmakeBuildType = if debug then "Debug" else "Release";