Commit 955525b5 authored by happysalada's avatar happysalada Committed by Yt
Browse files

nushellPlugins.net: fix cargoHash

parent 3a8616d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
    hash = "sha256-QFo2cMI41GDBsuPNay5MyVyY+HdrLjAWedz8kDNA3JY=";
  };

  cargoHash = "sha256-bRw9V75VnOL1n2jPs6QI/A3pik00pGiA9ZzQk1F1JRI=";
  cargoHash = "sha256-ekfUQOsaWdpDASnRzoYh5Y/p3BnP7rvSYCCWQ6DJDnE=";

  nativeBuildInputs = [
    rustPlatform.bindgenHook