forked from mirrors/deskwhich
fix cargo hash
This commit is contained in:
parent
ce1663b0fe
commit
ed41221666
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue