c3c: 0.7.6 -> 0.7.7 (#458616)

This commit is contained in:
Fabián Heredia Montiel
2025-11-13 04:44:09 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-VZFMRu3iI3L57cQDLeS1I+1GiIWxAjUnO/cXbISB7M8=";
hash = "sha256-k2XMPA+MCvPJKO3fJn/YLTkcdPFj4Hi4pEYzM4EMNUM=";
};
cmakeBuildType = if debug then "Debug" else "Release";