c3c: 0.8.1 -> 0.8.2 (#540880)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-12 11:40:11 +00:00
committed by GitHub

View File

@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-HPPeedpbEgG6Zx6a+eV8CBO3rxMXMstLa4kx2NkNYnM=";
hash = "sha256-6XUMlF9SRQ9aqVRl5BQdELVsj/DyXhCnH85QrbK8Xxo=";
};
cmakeBuildType = if debug then "Debug" else "Release";