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:
		| @@ -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 = [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user