c3c: 0.7.3 -> 0.7.4 (#430144)

authored by Nick Cao and committed by GitHub 017e4675 f0fa7336

+2 -2
+2 -2
pkgs/by-name/c3/c3c/package.nix
··· 19 llvmPackages.stdenv.mkDerivation (finalAttrs: { 20 21 pname = "c3c${optionalString debug "-debug"}"; 22 - version = "0.7.3"; 23 24 src = fetchFromGitHub { 25 owner = "c3lang"; 26 repo = "c3c"; 27 tag = "v${finalAttrs.version}"; 28 - hash = "sha256-MOnYWlGcxLX+agChuk0BPq8BWsVvNP2QYqaGk24lb5Q="; 29 }; 30 31 cmakeBuildType = if debug then "Debug" else "Release";
··· 19 llvmPackages.stdenv.mkDerivation (finalAttrs: { 20 21 pname = "c3c${optionalString debug "-debug"}"; 22 + version = "0.7.4"; 23 24 src = fetchFromGitHub { 25 owner = "c3lang"; 26 repo = "c3c"; 27 tag = "v${finalAttrs.version}"; 28 + hash = "sha256-LIwav9ZvNRn4tGh+MGEhimSIKROU3H+R1pc3oyGDb18="; 29 }; 30 31 cmakeBuildType = if debug then "Debug" else "Release";