From ad69e9560bc3040329da767e2dc00ace001d5d01 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Tue, 20 Aug 2024 21:08:12 +0200 Subject: [PATCH] nushell-plugins: change deprecated cargoSha256 to cargoHash --- nix/nushell-plugins.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/nushell-plugins.nix b/nix/nushell-plugins.nix index 839cf4a..b764cb6 100644 --- a/nix/nushell-plugins.nix +++ b/nix/nushell-plugins.nix @@ -19,7 +19,7 @@ in hash = "sha256-tIXwOuKAUhtFujChNtDHu8GnO+l+HbXiVZn5Ui7K4UE="; }; - cargoSha256 = "sha256-IDKTztcdBS4pMj/x85sEvvpe68RppnioJssQsRpDpp0="; + cargoHash = "sha256-IDKTztcdBS4pMj/x85sEvvpe68RppnioJssQsRpDpp0="; nativeBuildInputs = with pkgs; [ pkg-config ]; buildInputs = with pkgs; [ dbus ]; @@ -33,7 +33,7 @@ in hash = "sha256-UHGSctwyDfQfzUwK4+5gSGgx3rKM/ANZ7YwhGkZ9+KY="; }; - cargoSha256 = "sha256-SU3aeX/yYLXsD8ljQ4obAzAesSaxaI6RULfQQNR1bg4="; + cargoHash = "sha256-SU3aeX/yYLXsD8ljQ4obAzAesSaxaI6RULfQQNR1bg4="; }) (pkgs.rustPlatform.buildRustPackage rec { name = "nu-plugin-polars"; @@ -44,7 +44,7 @@ in hash = "sha256-G+wjEzUeiJfKfO5KdrnOATqG2MmQxFaDjN7eEPKEmgo="; }; - cargoSha256 = "sha256-LNdfMpAar2OVGlQjTJKfsSC2WuxtIshEMPmHQDjzMYE="; + cargoHash = "sha256-LNdfMpAar2OVGlQjTJKfsSC2WuxtIshEMPmHQDjzMYE="; doCheck = false; # Needs OpenSSL, which build doesn't for some reason. }) @@ -57,7 +57,7 @@ in hash = "sha256-APZC+sna64ptfxIcvXWto456Z7xuIxmzvxfCK1EbW+c="; }; - cargoSha256 = "sha256-5LACp9sF/Qc/1ORCXq34NTMZaMBThkvKsnTjR2+zCt0="; + cargoHash = "sha256-5LACp9sF/Qc/1ORCXq34NTMZaMBThkvKsnTjR2+zCt0="; nativeBuildInputs = with pkgs; [ pkg-config ]; buildInputs = with pkgs; [ openssl ];