mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
c3c: 0.7.1 -> 0.7.2
This commit is contained in:
parent
0238456546
commit
bd8e3683cb
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ in
|
||||||
llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
pname = "c3c${optionalString debug "-debug"}";
|
pname = "c3c${optionalString debug "-debug"}";
|
||||||
version = "0.7.1";
|
version = "0.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "c3lang";
|
owner = "c3lang";
|
||||||
repo = "c3c";
|
repo = "c3c";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-2nTFQNoSAdD12BiwWMtrD9SeelTUOM3DYUdjBSjWnVU=";
|
hash = "sha256-/S2rcZZe441b1sbiJDH1rnxT/mEP1694d5L8MIV6QQc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeBuildType = if debug then "Debug" else "Release";
|
cmakeBuildType = if debug then "Debug" else "Release";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue