c3c: 0.6.2 -> 0.6.3 (#346163)

This commit is contained in:
h7x4
2024-10-04 22:02:58 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "c3c";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "c3lang";
repo = "c3c";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-bGMtrdwjlTxEQdsasOvVuI+mRzir/tnENCIfy1/6JMM=";
hash = "sha256-hFLiE1S9l2NhSIaqpYoBfn27IkhavcM0Ma31+XJtYj4=";
};
postPatch = ''