c3c: 0.7.11 -> 0.8.0

This commit is contained in:
R. Ryantm
2026-05-12 15:40:32 +00:00
parent 604b7b4b92
commit e6e7f0210e
+2 -2
View File
@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.7.11";
version = "0.8.0";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-M6lx7MHhR1ghR+stRGJB7NL2SwHoyFOfU2tKu9Hh2oU=";
hash = "sha256-dsg1pPkFiZKuwoT/XGu4ommH54jFXvGMVddi1bmxfnE=";
};
cmakeBuildType = if debug then "Debug" else "Release";