From 6568f18ea3a3b32f53cbcd2db90915128edd21d3 Mon Sep 17 00:00:00 2001 From: "Travis A. Everett" Date: Sat, 25 Sep 2021 08:14:04 -0500 Subject: [PATCH] resholve: 0.6.1 -> 0.6.2 --- pkgs/development/misc/resholve/README.md | 2 ++ pkgs/development/misc/resholve/source.nix | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/misc/resholve/README.md b/pkgs/development/misc/resholve/README.md index c5f7b8750b7a..829f3b8b5501 100644 --- a/pkgs/development/misc/resholve/README.md +++ b/pkgs/development/misc/resholve/README.md @@ -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 diff --git a/pkgs/development/misc/resholve/source.nix b/pkgs/development/misc/resholve/source.nix index cdcc9e37cc90..4c904f253079 100644 --- a/pkgs/development/misc/resholve/source.nix +++ b/pkgs/development/misc/resholve/source.nix @@ -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="; }; }