From 5f96b02564ba14a716c73d92ce79f2b40ab0ef53 Mon Sep 17 00:00:00 2001 From: happysalada Date: Thu, 27 Apr 2023 23:40:26 -0400 Subject: [PATCH] nushellPlugins.query: fix build from broken hash --- pkgs/shells/nushell/plugins/query.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/nushell/plugins/query.nix b/pkgs/shells/nushell/plugins/query.nix index fb9ee11cba38..ffe4a2821f33 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 ];