c3c: 0.7.7 -> 0.7.8

This commit is contained in:
R. Ryantm
2025-12-06 20:46:08 +00:00
parent 300f2d4247
commit 90fb94ecec
+2 -2
View File
@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.7.7";
version = "0.7.8";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-k2XMPA+MCvPJKO3fJn/YLTkcdPFj4Hi4pEYzM4EMNUM=";
hash = "sha256-c3eZ4vczZnTRN87uOxJq605hsqtDN9n+yN5E1gggca0=";
};
cmakeBuildType = if debug then "Debug" else "Release";