From 307e26ea9a0114a18b3ea2919fe3d726d7960da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 19 Nov 2023 12:37:01 +0100 Subject: [PATCH] migrated vendorSha256 -> vendorHash --- pkgs/goatcounter/default.nix | 2 +- pkgs/mailexporter/default.nix | 2 +- pkgs/yubikey-touch-detector/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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";