This commit is contained in:
Leonardo Eugênio 2023-07-06 11:02:02 -03:00
parent 42b5fcf970
commit 951bf6bc91
3 changed files with 54 additions and 37 deletions

View file

@ -3,7 +3,7 @@ inputs: (final: prev: {
src = inputs.alacritty-sixel;
cargoDeps = old-alacritty.cargoDeps.overrideAttrs (prev.lib.const {
inherit src;
outputHash = "sha256-3zPNaBPRolR17BbUv2X1ocM+W/9YMYP4E91foKOFKaE=";
outputHash = "sha256-W3RKvIAhE8+4srSx7jVfMFU/vNcky9Rs6e6uHhxw2WE=";
});
}));
ranger = (prev.ranger.overridePythonAttrs (old-ranger: rec {