c3c: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2024-10-03 13:06:32 +00:00
parent abf4ea19eb
commit 467b94b337

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 = ''