resholve: 0.6.1 -> 0.6.2

This commit is contained in:
Travis A. Everett 2021-09-25 08:14:04 -05:00 committed by Raphael Megzari
parent b5833091d4
commit 6568f18ea3
2 changed files with 4 additions and 2 deletions

View File

@ -186,6 +186,8 @@ keep = {
};
```
> **Note:** For now, at least, you'll need to reference the manpage to completely understand these examples.
## Controlling nested resolution with lore
Initially, resolution of commands in the arguments to command-executing

View File

@ -3,7 +3,7 @@
}:
rec {
version = "0.6.1";
version = "0.6.2";
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-W7pZZBI3740zBSIpL+4MFuo9j5bkURdEjgv1EfKTFHQ=";
hash = "sha256-NRBk3TdgeoIiwkIOLBezcPROp9JOthdSqJTHx9GJCH4=";
};
}