Unverified Commit b975d23f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

c3c: 0.7.5 -> 0.7.6 (#448542)

parents 6e6b6377 b961539c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ in
llvmPackages.stdenv.mkDerivation (finalAttrs: {

  pname = "c3c${optionalString debug "-debug"}";
  version = "0.7.5";
  version = "0.7.6";

  src = fetchFromGitHub {
    owner = "c3lang";
    repo = "c3c";
    tag = "v${finalAttrs.version}";
    hash = "sha256-o95Y5CYPITjn8KjxIZlBtwc6FfvZo2m5atR1Fyh9w+c=";
    hash = "sha256-VZFMRu3iI3L57cQDLeS1I+1GiIWxAjUnO/cXbISB7M8=";
  };

  cmakeBuildType = if debug then "Debug" else "Release";