diff --git a/pkgs/awesome-cli/default.nix b/pkgs/awesome-cli/default.nix index 9723459b..f3541575 100644 --- a/pkgs/awesome-cli/default.nix +++ b/pkgs/awesome-cli/default.nix @@ -11,7 +11,7 @@ buildGoModule rec { sha256 = "sha256-gZNJVeFRGSDFHFjJ4KSSugsa6rR8YDMujg6PlRm2d7Q="; }; - vendorSha256 = "sha256-bqvcmIWy2fLpItE71LhGwuRK2+KPxNqMZalrFSCCSN0="; + vendorHash = "sha256-bqvcmIWy2fLpItE71LhGwuRK2+KPxNqMZalrFSCCSN0="; meta = with lib; { description = "Fancy terminal interface for navigating awesome lists"; diff --git a/pkgs/clidle.nix b/pkgs/clidle.nix index d7c7f62b..8b482461 100644 --- a/pkgs/clidle.nix +++ b/pkgs/clidle.nix @@ -10,7 +10,7 @@ buildGoModule rec { rev = "fe27556c1147333af2cfe81cbc40f4f60ea191ee"; sha256 = "sha256-zSrCYNgN4wKFgRdog/7ANumy0GsqOMTHqLTT8p7LEgE="; }; - vendorSha256 = "sha256-YophzzTilKg+7QhthBr4G6vJBGt6l+9Y+I5E8Umuo8U="; + vendorHash = "sha256-YophzzTilKg+7QhthBr4G6vJBGt6l+9Y+I5E8Umuo8U="; meta = with lib; { description = "Play Wordle over SSH"; diff --git a/pkgs/hush-shell.nix b/pkgs/hush-shell.nix index 2e2ddc70..0cc0814d 100644 --- a/pkgs/hush-shell.nix +++ b/pkgs/hush-shell.nix @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { hash = "sha256-MH7Qb5FgAvfgfuYihomYDHA456/WU1zf5P9mneB5Og4="; }; - cargoSha256 = "sha256-iN8qOZoTJwvxKQT0Plm0SjwaBUE+vSM0r9FERr4smeo="; + cargoHash = "sha256-iN8qOZoTJwvxKQT0Plm0SjwaBUE+vSM0r9FERr4smeo="; postPatch = '' patchShebangs ./src/runtime/tests/data/stdout-stderr.sh diff --git a/pkgs/moac.nix b/pkgs/moac.nix index ab123525..6de923f6 100644 --- a/pkgs/moac.nix +++ b/pkgs/moac.nix @@ -11,7 +11,7 @@ buildGoModule rec { sha256 = "sha256-WpmO0VOSuwcoERLORool1IfeehqLdWN5ny/+TapkAm0="; }; - vendorSha256 = "sha256-5clp7s6xVUmniN5b9lFu/LW3CjDtgMMRzWIH+o7DnJQ="; + vendorHash = "sha256-5clp7s6xVUmniN5b9lFu/LW3CjDtgMMRzWIH+o7DnJQ="; doCheck = false; diff --git a/pkgs/pop-launcher-plugin-duckduckgo-bangs.nix b/pkgs/pop-launcher-plugin-duckduckgo-bangs.nix index 87eb0964..161ffbf0 100644 --- a/pkgs/pop-launcher-plugin-duckduckgo-bangs.nix +++ b/pkgs/pop-launcher-plugin-duckduckgo-bangs.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { mv $out/bin/* $out/share/pop-launcher/plugins/bangs ''; - cargoSha256 = "sha256-qzlZ0dbdfZwEBuQXIUndVFye6RdX8aI39D/UCagMfZg="; + cargoHash = "sha256-qzlZ0dbdfZwEBuQXIUndVFye6RdX8aI39D/UCagMfZg="; meta = with lib; { description = "Pop launcher for searching with Duckduckgo bangs"; homepage = diff --git a/pkgs/watc/default.nix b/pkgs/watc/default.nix index 3752e3a3..534e36d8 100644 --- a/pkgs/watc/default.nix +++ b/pkgs/watc/default.nix @@ -10,7 +10,7 @@ buildGoModule rec { sha256 = "sha256-0JK9bu53xZvlDILpivY7PGWu/39OUj5mGE7oYbKx8uw="; }; - vendorSha256 = "sha256-O8RekYsjKF9OnBT3kXs0p5sJ67hc+VbT6qS3ra+AUkM="; + vendorHash = "sha256-O8RekYsjKF9OnBT3kXs0p5sJ67hc+VbT6qS3ra+AUkM="; meta = with lib; { homepage = "https://humungus.tedunangst.com/r/watc";