diff --git a/pkgs/goatcounter/default.nix b/pkgs/goatcounter/default.nix index 971fa5f..fa0c7f1 100644 --- a/pkgs/goatcounter/default.nix +++ b/pkgs/goatcounter/default.nix @@ -17,7 +17,7 @@ buildGoModule rec { doCheck = false; - vendorSha256 = "sha256-nKfqZ5hGGVLBY/hnJJPCrS/9MlGoR2MWFUWDnpwWgyM="; + vendorHash = "sha256-nKfqZ5hGGVLBY/hnJJPCrS/9MlGoR2MWFUWDnpwWgyM="; meta = with lib; { description = "Easy web analytics. No tracking of personal data."; diff --git a/pkgs/mailexporter/default.nix b/pkgs/mailexporter/default.nix index ffc315e..f5f49c5 100644 --- a/pkgs/mailexporter/default.nix +++ b/pkgs/mailexporter/default.nix @@ -11,7 +11,7 @@ buildGoModule rec { sha256 = "sha256-vIQIj4joD32ym3DKio8XOSffql7bgO6G+RL/0oC6+5o="; }; - vendorSha256 = "sha256-QOOf00uCdC8fl7V/+Q8X90yQ7xc0Tb6M9dXisdGEisM="; + vendorHash = "sha256-QOOf00uCdC8fl7V/+Q8X90yQ7xc0Tb6M9dXisdGEisM="; meta = with lib; { description = "Export Prometheus-style metrics about mail server functionality"; diff --git a/pkgs/yubikey-touch-detector/default.nix b/pkgs/yubikey-touch-detector/default.nix index 14739c1..84b05bd 100644 --- a/pkgs/yubikey-touch-detector/default.nix +++ b/pkgs/yubikey-touch-detector/default.nix @@ -17,7 +17,7 @@ buildGoModule rec { nativeBuildInputs = [ pkg-config ]; buildInputs = [ libnotify ]; - vendorSha256 = "sha256-dJPfvMaGo1mcRkwQll1DcK+4PaWabfCgy7rV6D4V59Q="; + vendorHash = "sha256-dJPfvMaGo1mcRkwQll1DcK+4PaWabfCgy7rV6D4V59Q="; meta = with lib; { description = "Detect when your YubiKey is waiting for a touch";