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
This commit is contained in:
Robert Helgesson
2025-02-08 22:23:03 +01:00
parent 1e0f6a4051
commit 24d89f3c10
+1 -1
View File
@@ -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 [