resholve: 0.8.4 -> 0.8.5; update README
This commit is contained in:
parent
76b158404e
commit
34f5e5ea79
2 changed files with 3 additions and 3 deletions
|
@ -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
|
- dynamic (variable) arguments to commands known to accept/run other commands
|
||||||
|
|
||||||
> NOTE: resholve has a (growing) number of directives detailed in `man resholve`
|
> 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
|
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:
|
of the key as a scope. The value should be:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
version = "0.8.4";
|
version = "0.8.5";
|
||||||
rSrc =
|
rSrc =
|
||||||
# local build -> `make ci`; `make clean` to restore
|
# local build -> `make ci`; `make clean` to restore
|
||||||
# return to remote source
|
# return to remote source
|
||||||
|
@ -14,6 +14,6 @@ rec {
|
||||||
owner = "abathur";
|
owner = "abathur";
|
||||||
repo = "resholve";
|
repo = "resholve";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-K63d4Hs+q3N7A7TBQGgBYCNvZTMKTh89Q7PeFJMsU8o=";
|
hash = "sha256-DX1xe3YC0PlhwbjsvbmUzNjrwhxFpbZW87WWbKcD0us=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue