c3c: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm
2025-04-30 20:31:36 +00:00
parent 547c144d7d
commit be3a3474fa
+2 -2
View File
@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c${optionalString debug "-debug"}";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
tag = "v${finalAttrs.version}";
hash = "sha256-SCUMyc8Gf7TAOXRppooNiyfbM84CUoIvokgvNgODqw8=";
hash = "sha256-2nTFQNoSAdD12BiwWMtrD9SeelTUOM3DYUdjBSjWnVU=";
};
cmakeBuildType = if debug then "Debug" else "Release";