From f6ffd144d9e3866d8a322b4da36dd148afa5a572 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 9 Jun 2023 09:13:01 -0400 Subject: [PATCH] funzzy: 0.6.1 -> 1.0.0 Diff: https://github.com/cristianoliveira/funzzy/compare/v0.6.1...v1.0.0 Changelog: https://github.com/cristianoliveira/funzzy/releases/tag/v1.0.0 --- pkgs/development/tools/misc/funzzy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/misc/funzzy/default.nix b/pkgs/development/tools/misc/funzzy/default.nix index 28aca21203cd..570ff6faebb2 100644 --- a/pkgs/development/tools/misc/funzzy/default.nix +++ b/pkgs/development/tools/misc/funzzy/default.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "funzzy"; - version = "0.6.1"; + version = "1.0.0"; src = fetchFromGitHub { owner = "cristianoliveira"; repo = "funzzy"; rev = "v${version}"; - hash = "sha256-Vfx/AJTeMM5GwIhDTqoteVIdr7tx4tea7SKAczauUjo="; + hash = "sha256-6rScRkiVot6VORpCu8kMOun8q2QKaNDQ8Qh9LfEUYis="; }; - cargoHash = "sha256-uOhlx38URy7+LqYhUi/hRtfr84visq0wqCU3qm42IKo="; + cargoHash = "sha256-KQWesfmFmAo8rC7GoqyufnEGA+tgOLGA950O6lSWWEg="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreServices