funzzy: 1.0.0 -> 1.0.1
Diff: https://github.com/cristianoliveira/funzzy/compare/v1.0.0...v1.0.1 Changelog: https://github.com/cristianoliveira/funzzy/releases/tag/v1.0.1
This commit is contained in:
parent
3079a556f3
commit
5be27f190e
1 changed files with 8 additions and 3 deletions
|
@ -7,21 +7,26 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "funzzy";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cristianoliveira";
|
||||
repo = "funzzy";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-6rScRkiVot6VORpCu8kMOun8q2QKaNDQ8Qh9LfEUYis=";
|
||||
hash = "sha256-Qqj/omtjUVtsjMh2LMmwlJ4d8fIwMT7mdD4odzI49u8=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-KQWesfmFmAo8rC7GoqyufnEGA+tgOLGA950O6lSWWEg=";
|
||||
cargoHash = "sha256-pv05r5irKULRvik8kWyuT7/sr7GUDj0oExyyoGrMD6k=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreServices
|
||||
];
|
||||
|
||||
# Cargo.lock is outdated
|
||||
preConfigure = ''
|
||||
cargo metadata --offline
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A lightweight watcher";
|
||||
homepage = "https://github.com/cristianoliveira/funzzy";
|
||||
|
|
Loading…
Reference in a new issue