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.
This commit is contained in:
xeals 2020-10-17 15:35:24 +11:00
parent cec9f93414
commit 14e18ac2d2
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -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 = [