Loading pkgs/by-name/c3/c3c/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,13 +19,13 @@ in llvmPackages.stdenv.mkDerivation (finalAttrs: { pname = "c3c${optionalString debug "-debug"}"; version = "0.7.10"; version = "0.7.11"; src = fetchFromGitHub { owner = "c3lang"; repo = "c3c"; tag = "v${finalAttrs.version}"; hash = "sha256-f4/tWe9pXogRNHLeMgwyK4yeQRWqeL+xPj6cwLWo2oo="; hash = "sha256-M6lx7MHhR1ghR+stRGJB7NL2SwHoyFOfU2tKu9Hh2oU="; }; cmakeBuildType = if debug then "Debug" else "Release"; Loading Loading
pkgs/by-name/c3/c3c/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,13 +19,13 @@ in llvmPackages.stdenv.mkDerivation (finalAttrs: { pname = "c3c${optionalString debug "-debug"}"; version = "0.7.10"; version = "0.7.11"; src = fetchFromGitHub { owner = "c3lang"; repo = "c3c"; tag = "v${finalAttrs.version}"; hash = "sha256-f4/tWe9pXogRNHLeMgwyK4yeQRWqeL+xPj6cwLWo2oo="; hash = "sha256-M6lx7MHhR1ghR+stRGJB7NL2SwHoyFOfU2tKu9Hh2oU="; }; cmakeBuildType = if debug then "Debug" else "Release"; Loading