c3c: 0.8.0_3 -> 0.8.1

This commit is contained in:
R. Ryantm
2026-06-10 12:58:28 +00:00
parent c283837995
commit 913680cc82
+2 -2
View File
@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.8.0_3";
version = "0.8.1";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-7RqRnExQNnB4eM2LSLWdvHrDA7tJbiF6pzKGPRDgqHs=";
hash = "sha256-HPPeedpbEgG6Zx6a+eV8CBO3rxMXMstLa4kx2NkNYnM=";
};
cmakeBuildType = if debug then "Debug" else "Release";