This commit is contained in:
Leonardo Eugênio 2023-04-10 12:45:37 -03:00
parent 7c217a07da
commit 13797298c2
3 changed files with 3 additions and 3 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-KKJAYhOscjZAJhy0ZEVZ8LwRh+zViRbNeiSL0HwdYh0=";
outputHash = "sha256-wOFjVlTdKM2J1+Cq8/8vp2YMU2sRoKtX93UzwNMWUcU=";
});
}));
ranger = (prev.ranger.overridePythonAttrs (old-ranger: rec {