From 24d89f3c1094932df5d5fb0d36a57330547ab7a3 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 8 Feb 2025 22:22:51 +0100 Subject: [PATCH] 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 --- pkgs/shells/nushell/plugins/formats.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/nushell/plugins/formats.nix b/pkgs/shells/nushell/plugins/formats.nix index 6e1cb241bd90..f42180d27437 100644 --- a/pkgs/shells/nushell/plugins/formats.nix +++ b/pkgs/shells/nushell/plugins/formats.nix @@ -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 [