c3c: 0.8.0 -> 0.8.0_3

This commit is contained in:
R. Ryantm
2026-05-20 20:08:46 +00:00
parent dfbf2b08e3
commit c5a2d1a20a

View File

@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.8.0";
version = "0.8.0_3";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-dsg1pPkFiZKuwoT/XGu4ommH54jFXvGMVddi1bmxfnE=";
hash = "sha256-7RqRnExQNnB4eM2LSLWdvHrDA7tJbiF6pzKGPRDgqHs=";
};
cmakeBuildType = if debug then "Debug" else "Release";