From 14e18ac2d2138846b681b00459be3106e60908ba Mon Sep 17 00:00:00 2001 From: xeals Date: Sat, 17 Oct 2020 15:35:24 +1100 Subject: [PATCH] alacritty-ligatures: fix for building on unstable The unpacking logic for cargoDeps is changed so that the filename doesn't implicitly have a file suffix appended to it, so we have to specify that it's a tarball manually. The output hash is updated to match. --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index aac5aaa..cb89660 100644 --- a/default.nix +++ b/default.nix @@ -32,9 +32,9 @@ rec { }; cargoDeps = oldAttrs.cargoDeps.overrideAttrs (pkgs.lib.const { - name = "${pname}-${version}-vendor"; + name = "${pname}-${version}-vendor.tar.gz"; inherit src; - outputHash = "1zvj8hdlc3fii1ffwkigvxjigwx53vls543pgcv3a2bw4sn1ky1k"; + outputHash = "1gi3bvcra56maxcz1a6i1nmzdrfa4mhx6pn1xjbrifv7c6jlxard"; }); ligatureInputs = [