From fe2c39e74c667593896ce03033cccdffda6b288d Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Thu, 16 May 2024 11:27:35 +0200 Subject: [PATCH] fix nix --- nix/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/package.nix b/nix/package.nix index 73928ac..51753a4 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -1,10 +1,10 @@ { lib, rustPlatform }: rustPlatform.buildRustPackage { - pname = "confwhich"; + pname = "rfindup"; version = "unstable-2024-05-16"; src = lib.cleanSource ../.; - cargoHash = "sha256-vXPGdcgoqEFE8Y83oHRavGMMx8QZQC0el+qM7fmHXLI="; + cargoHash = "sha256-MD7ViPWkL/aYECWj1f+NdVrPVwwFTd8GyyKSUUgXXHE="; meta = { description = "tool to find files by name in parent directories";