lol

nushellPlugins.query: 0.79.0 -> 0.80.0

authored by

happysalada and committed by
Yt
e5c8528b 2615f1d6

+3 -7
+3 -7
pkgs/shells/nushell/plugins/query.nix
··· 2 2 , lib 3 3 , rustPlatform 4 4 , nushell 5 - , nix-update-script 6 5 , IOKit 7 6 , CoreFoundation 8 7 }: 9 8 10 - let 11 - pname = "nushell_plugin_query"; 12 - in 13 9 rustPlatform.buildRustPackage { 14 - inherit pname; 15 - version = nushell.version; 10 + pname = "nushell_plugin_query"; 11 + version = "0.80.0"; 16 12 17 13 src = nushell.src; 18 14 19 - cargoHash = "sha256-BKeEAgvhHP01K/q8itwFfFIH8BAS9e1dat449i3M4ig="; 15 + cargoHash = "sha256-k4UjHNf5L9RmYuB66gcoyCmhd1MvtAxTOxRh24sv0sk="; 20 16 21 17 buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ]; 22 18