From 0427e1bcc304d099f658e42cb38d5b508572aee4 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 30 Aug 2023 12:27:38 +0200 Subject: [PATCH] nushell: Update cargoHash for formats plugin --- home-manager/modules/nushell/plugin-formats.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/nushell/plugin-formats.nix b/home-manager/modules/nushell/plugin-formats.nix index ad5132b..1ddf97c 100644 --- a/home-manager/modules/nushell/plugin-formats.nix +++ b/home-manager/modules/nushell/plugin-formats.nix @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage { src = nushell.src; - cargoHash = "sha256-2fui2yF38dZjjG1aL36D7gAzLh0REiqZu0+4vjWLJUc="; + cargoHash = "sha256-pwOdSJHd9njR0lr4n2EzCcqRonh0cbBHGZgAJ1l8FEk="; buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];