Skip to content

Commit

Permalink
migrated vendorSha256 -> vendorHash
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 19, 2023
1 parent a58229a commit 307e26e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/goatcounter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/mailexporter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/yubikey-touch-detector/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 307e26e

Please sign in to comment.