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 ];