funzzy: 1.0.1 -> 1.1.1

Diff: https://github.com/cristianoliveira/funzzy/compare/v1.0.1...v1.1.1

Changelog: https://github.com/cristianoliveira/funzzy/releases/tag/v1.1.1

figsoda e807bbbc bb6c5f9f

+3 -8
+3 -8
pkgs/development/tools/misc/funzzy/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "funzzy"; 10 - version = "1.0.1"; 11 12 src = fetchFromGitHub { 13 owner = "cristianoliveira"; 14 repo = "funzzy"; 15 rev = "v${version}"; 16 - hash = "sha256-Qqj/omtjUVtsjMh2LMmwlJ4d8fIwMT7mdD4odzI49u8="; 17 }; 18 19 - cargoHash = "sha256-pv05r5irKULRvik8kWyuT7/sr7GUDj0oExyyoGrMD6k="; 20 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 darwin.apple_sdk.frameworks.CoreServices 23 ]; 24 - 25 - # Cargo.lock is outdated 26 - preConfigure = '' 27 - cargo metadata --offline 28 - ''; 29 30 meta = with lib; { 31 description = "A lightweight watcher";
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "funzzy"; 10 + version = "1.1.1"; 11 12 src = fetchFromGitHub { 13 owner = "cristianoliveira"; 14 repo = "funzzy"; 15 rev = "v${version}"; 16 + hash = "sha256-sgfMxSbOBn2Ps6hqrFDm3x9QOnMvtMgO7gAt6kk0cIs="; 17 }; 18 19 + cargoHash = "sha256-If8iBvwiaH1jK8z06ORY/lx+7HAT4InxbjoLe289kws="; 20 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 darwin.apple_sdk.frameworks.CoreServices 23 ]; 24 25 meta = with lib; { 26 description = "A lightweight watcher";