mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
reset
This commit is contained in:
parent
c1597a6dfc
commit
d485009ad0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue