Merge pull request #180627 from r-ryantm/auto-update/carp

carp: 0.5.4 -> 0.5.5
This commit is contained in:
Mario Rodas
2022-07-10 16:58:33 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
haskellPackages.mkDerivation rec {
pname = "carp";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "carp-lang";
repo = "Carp";
rev = "v${version}";
sha256 = "sha256-o7NLd7jC1BvcoVzbD18LvHg/SqOnfn9yELUrpg2uZtY=";
sha256 = "sha256-B7SBzjegFzL2gGivIJE6BZcLD3f0Bsh8yndjScG2TZI=";
};
# -Werror breaks build with GHC >= 9.0