summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-04-27 23:40:26 -0400
committerYt <happysalada@proton.me>2023-04-27 23:45:20 -0400
commit5f96b02564ba14a716c73d92ce79f2b40ab0ef53 (patch)
tree3d687574f4e47938549fee5406fe2f1f973462ea /pkgs/shells
parentc7063f174301df27f50a7d71186bf5ae2ae0e87f (diff)
nushellPlugins.query: fix build from broken hash
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nushell/plugins/query.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/nushell/plugins/query.nix b/pkgs/shells/nushell/plugins/query.nix
index fb9ee11cba386..ffe4a2821f330 100644
--- a/pkgs/shells/nushell/plugins/query.nix
+++ b/pkgs/shells/nushell/plugins/query.nix
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage {
 
   src = nushell.src;
 
-  cargoHash = "sha256-tHTAz3/4EihdVGXAePCmcOUOjeaqjrY6fIESOGcCW/8=";
+  cargoHash = "sha256-BKeEAgvhHP01K/q8itwFfFIH8BAS9e1dat449i3M4ig=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];