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 19 llvmPackages.stdenv.mkDerivation (finalAttrs: { 20 20 21 21 pname = "c3c${optionalString debug "-debug"}"; 22 - version = "0.7.3"; 22 + version = "0.7.4"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "c3lang"; 26 26 repo = "c3c"; 27 27 tag = "v${finalAttrs.version}"; 28 - hash = "sha256-MOnYWlGcxLX+agChuk0BPq8BWsVvNP2QYqaGk24lb5Q="; 28 + hash = "sha256-LIwav9ZvNRn4tGh+MGEhimSIKROU3H+R1pc3oyGDb18="; 29 29 }; 30 30 31 31 cmakeBuildType = if debug then "Debug" else "Release";