nushellPlugins.query: fix build from broken hash

This commit is contained in:
happysalada
2023-04-27 23:45:20 -04:00
committed by Yt
parent c7063f1743
commit 5f96b02564
+1 -1
View File
@@ -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 ];