summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-11 10:12:47 -0400
committerGitHub <noreply@github.com>2023-06-11 10:12:47 -0400
commitdf1ce976ca79936482f2fa64ffc6e9984f195398 (patch)
treed3cc0be74413e08587aeabe94e37b71f19ffd937 /pkgs
parent6e56adb22679971dfe9343f713786f9cb89b83da (diff)
parentf6ffd144d9e3866d8a322b4da36dd148afa5a572 (diff)
Merge pull request #236840 from figsoda/funzzy
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/funzzy/default.nix6
1 files 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