This commit is contained in:
Grimmauld 2024-05-16 11:27:35 +02:00
parent 64a7834289
commit fe2c39e74c
Signed by: Grimmauld
GPG Key ID: C2946668769F91FB

View File

@ -1,10 +1,10 @@
{ lib, rustPlatform }: { lib, rustPlatform }:
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "confwhich"; pname = "rfindup";
version = "unstable-2024-05-16"; version = "unstable-2024-05-16";
src = lib.cleanSource ../.; src = lib.cleanSource ../.;
cargoHash = "sha256-vXPGdcgoqEFE8Y83oHRavGMMx8QZQC0el+qM7fmHXLI="; cargoHash = "sha256-MD7ViPWkL/aYECWj1f+NdVrPVwwFTd8GyyKSUUgXXHE=";
meta = { meta = {
description = "tool to find files by name in parent directories"; description = "tool to find files by name in parent directories";