Unverified Commit 24d89f3c authored by Robert Helgesson's avatar Robert Helgesson
Browse files

nushellPlugins.formats: fix hash

With the version update of nushell the version of this plugin also
changed, warranting a new hash value.

See https://github.com/NixOS/nixpkgs/pull/379627
parent 1e0f6a40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
  pname = "nushell_plugin_formats";
  inherit (nushell) version src;
  useFetchCargoVendor = true;
  cargoHash = "sha256-88qcDlIukhpaUJ1vl1v8KMzj4XaYvATxlU+BOMZu6tk=";
  cargoHash = "sha256-3cmNlCTawMUpr6kSyT/YZzC717FoXkF0uTeE/D8BSFM=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [