resholve: 0.6.4 -> 0.6.5

This commit is contained in:
Travis A. Everett 2021-09-26 08:15:17 -05:00 committed by Raphael Megzari
parent 8b2cd3a79a
commit 407ff07598
2 changed files with 2 additions and 3 deletions

View File

@ -179,7 +179,6 @@ fix = {
# --keep 'source:$HOME /etc/bashrc ~/.bashrc'
keep = {
source = [ "$HOME" ];
"$LS" = [ "exa" ];
"/etc/bashrc" = true;
"~/.bashrc" = true;
};

View File

@ -3,7 +3,7 @@
}:
rec {
version = "0.6.4";
version = "0.6.5";
rSrc =
# local build -> `make ci`; `make clean` to restore
# return to remote source
@ -14,6 +14,6 @@ rec {
owner = "abathur";
repo = "resholve";
rev = "v${version}";
hash = "sha256-Wq9m67xkTs/8FA1XlwNuNXYSpseQdCa/GtgmsMSLtXI=";
hash = "sha256-4fTACLDsHxVGYMOm08wQs4gFWMu8kv0O12IyOZSROqw=";
};
}