From 8b2cd3a79af041687d60c475c4462a25c60bf351 Mon Sep 17 00:00:00 2001 From: "Travis A. Everett" Date: Sat, 25 Sep 2021 16:06:38 -0500 Subject: [PATCH] resholve: 0.6.3 -> 0.6.4 --- pkgs/development/misc/resholve/source.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/misc/resholve/source.nix b/pkgs/development/misc/resholve/source.nix index 94ea89b7784d..222873418667 100644 --- a/pkgs/development/misc/resholve/source.nix +++ b/pkgs/development/misc/resholve/source.nix @@ -3,7 +3,7 @@ }: rec { - version = "0.6.3"; + version = "0.6.4"; 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-gkF+l2RB7LPGE1AgiMm+LQSCiMKIntUjz0wcGXKpp4I="; + hash = "sha256-Wq9m67xkTs/8FA1XlwNuNXYSpseQdCa/GtgmsMSLtXI="; }; }