From ed412216666a6a22918e57c5dd1fde3855eb0f5f Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Mon, 3 Jun 2024 21:09:24 +0200 Subject: [PATCH] fix cargo hash --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index b57b121..f6da5f9 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -4,7 +4,7 @@ rustPlatform.buildRustPackage { version = "unstable-2024-05-19"; src = lib.cleanSource ../.; - cargoHash = "sha256-l7xlDrAvPtf+747DWRLu2d/O0Thvj6gKtoMksGmj02o="; + cargoHash = "sha256-FnJQJ7VC+xkySD4BgF2DSaKlgM7bPhHGBhnfFhRnMxs="; meta = { description = "tool to find the path of desktop entries";