c3c: 0.6.3 -> 0.6.4 (#363256)

This commit is contained in:
misuzu
2024-12-11 20:14:20 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-hFLiE1S9l2NhSIaqpYoBfn27IkhavcM0Ma31+XJtYj4=";
hash = "sha256-nSsNLde9jK+GgSp6DXXmD31+un7peK6t/vnzM7hZDFg=";
};
postPatch = ''