about summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorTravis A. Everett <travis.a.everett@gmail.com>2022-01-20 00:36:21 -0600
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-01-24 08:39:54 +0100
commitbd1fbc0a6f2b7e4527182e54b3a46a142ed9d41a (patch)
treeda10df507864ba94e1ffa539b8be27b92bdbf344 /pkgs/development/misc
parentd6e3d7130f0136391aed9b370e863fdc21155fe2 (diff)
resholve: 0.6.8 -> 0.6.9
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/resholve/source.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/misc/resholve/source.nix b/pkgs/development/misc/resholve/source.nix
index 046f9ffe24f86..f2d431d37ef86 100644
--- a/pkgs/development/misc/resholve/source.nix
+++ b/pkgs/development/misc/resholve/source.nix
@@ -3,7 +3,7 @@
 }:
 
 rec {
-  version = "0.6.8";
+  version = "0.6.9";
   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-1bb22GcOIzmQ31ULZuNNCJ8Vcz4Y0+qAhsJ9PhbqnDM=";
+        hash = "sha256-y9O5w4wA/kR8zoPay9pGs3vwxNqq3JEeZmX0wBJq4UQ=";
       };
 }