From 3087f2aa30265440ddda02078df1fe6c2d5305d1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 6 Jun 2024 00:58:18 +0000 Subject: [PATCH] findex: 0.8.1 -> 0.8.2 --- pkgs/applications/misc/findex/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/findex/default.nix b/pkgs/applications/misc/findex/default.nix index 8af4fc35d7de..679b94ea0db9 100644 --- a/pkgs/applications/misc/findex/default.nix +++ b/pkgs/applications/misc/findex/default.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage rec { pname = "findex"; - version = "0.8.1"; + version = "0.8.2"; src = fetchFromGitHub { owner = "mdgaziur"; repo = "findex"; rev = "v${version}"; - hash = "sha256-rxOVrl2Q27z5oo1J6D4ft4fKaOMOadmidflD0jK0+3k="; + hash = "sha256-IpgmeH5oREstud0nw4i2xYeZcJYG6eCWyw3hhid/DfU="; }; - cargoHash = "sha256-MiD96suB88NZWg7Ay/ACZfOeE66WOe9dLsvtOhCQgGo="; + cargoHash = "sha256-wsqsPh1kevkIz235qnkLkp47CnCh6qi56sZP95Upymc="; postPatch = '' # failing rust documentation tests and faulty quotes "`README.md`"