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";