resholve: 0.8.4 -> 0.8.5; update README

This commit is contained in:
Travis A. Everett 2023-01-17 00:23:23 -06:00
parent 76b158404e
commit 34f5e5ea79
2 changed files with 3 additions and 3 deletions

View file

@ -192,7 +192,7 @@ handle any potential problems it encounters with directives. There are currently
- dynamic (variable) arguments to commands known to accept/run other commands
> NOTE: resholve has a (growing) number of directives detailed in `man resholve`
> via `nixpkgs.resholve`.
> via `nixpkgs.resholve` (though protections against run-time use of python2 in nixpkgs mean you'll have to set `NIXPKGS_ALLOW_INSECURE=1` to pull resholve into nix-shell).
Each of these 3 types is represented by its own attrset, where you can think
of the key as a scope. The value should be:

View file

@ -3,7 +3,7 @@
}:
rec {
version = "0.8.4";
version = "0.8.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-K63d4Hs+q3N7A7TBQGgBYCNvZTMKTh89Q7PeFJMsU8o=";
hash = "sha256-DX1xe3YC0PlhwbjsvbmUzNjrwhxFpbZW87WWbKcD0us=";
};
}