This commit is contained in:
death916 2025-05-14 07:34:30 -07:00
parent c1597a6dfc
commit d485009ad0

View file

@ -5,12 +5,12 @@ self: super: {
owner = "squidowl";
repo = "halloy";
rev = "2025.5";
sha256 = "sha256-cG/B6oiRkyoC5fK7bLdCDQYZymfMZspWXvOkqpwHRPk=";
sha256 = "sha256-cG/B6oiRkyoC5fK7bLdCDQYZymfMZspWXvOkqpwHRPk="; # Will get proper hash from error
};
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (lib.const {
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (super.lib.const {
name = "${pname}-${version}-vendor";
inherit src;
outputHash = "";
outputHash = "0000000000000000000000000000000000000000000000000000"; # Will get proper hash from error
});
});
}