all: remove vendorSha256

This commit is contained in:
Aaron Bieber 2023-11-15 10:23:30 -07:00
parent 7f58eb010e
commit aadef9e737
No known key found for this signature in database
8 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@ buildGoModule rec {
subPackages = [ "cmd/proxy" ];
vendorSha256 = vendorHash;
inherit vendorHash;
postInstall = lib.optionalString stdenv.isLinux ''
mv $out/bin/proxy $out/bin/athens

View File

@ -15,7 +15,7 @@ buildGoModule rec {
sha256 = "sha256-AhqW+AAEBbAPJO0hnZnC5a/u4IKyLII6OWYEQzoX0C8=";
};
vendorSha256 = "sha256-7XFvghT411YE+Y9bYEFOKR655EaFS4GZiDzUYiYRbMY=";
vendorHash = "sha256-7XFvghT411YE+Y9bYEFOKR655EaFS4GZiDzUYiYRbMY=";
meta = {
description = "tiny static site generator";

View File

@ -15,7 +15,7 @@ buildGoModule {
sha256 = "sha256-1nWpLQMDvtV83HFvmrNdN31DVENq3HUqk/6+zuavoTU=";
};
vendorSha256 = "sha256-d6je2aRHlgP4r/Yg55zezRMTul1p5aLEpxfLb3V6BFg=";
vendorHash = "sha256-d6je2aRHlgP4r/Yg55zezRMTul1p5aLEpxfLb3V6BFg=";
proxyVendor = true;

View File

@ -15,7 +15,7 @@ buildGoModule rec {
sha256 = "sha256-YApJezFbihypIZx8UHqqhXQ/fw1Zz/XL6P6Z3gTFtrA=";
};
vendorSha256 = "sha256-0k+1G+ox9+NZI4GaHm2Ba2Q4Eybz20gTAPnGKkU5Iec=";
vendorHash = "sha256-0k+1G+ox9+NZI4GaHm2Ba2Q4Eybz20gTAPnGKkU5Iec=";
proxyVendor = true;

View File

@ -17,7 +17,7 @@ buildGoModule rec {
proxyVendor = false;
vendorSha256 = null;
vendorHash = null;
meta = {
description = "gosignify is a Go reimplementation of OpenBSD's signify";

View File

@ -38,7 +38,7 @@ buildGoModule rec {
proxyVendor = false;
vendorSha256 = null;
vendorHash = null;
doCheck = false;

View File

@ -18,7 +18,7 @@ buildGoModule rec {
sha256 = "sha256-1ZGjifDgqA9yk9l0YB4rLpcvwaq9lWxDgItJ7lCVj2I=";
};
vendorSha256 = vendorHash;
inherit vendorHash;
proxyVendor = true;

View File

@ -17,7 +17,7 @@ buildGoModule rec {
sha256 = "sha256-3kozp6jq0xGllxoK2lGCNUahy/FvXyq11vNSxfDehKE=";
};
vendorSha256 = "sha256-YJ74SeZAMS+dXyoPhPTJ3L+5uL5bF8gumhMOqfvmlms=";
vendorHash = "sha256-YJ74SeZAMS+dXyoPhPTJ3L+5uL5bF8gumhMOqfvmlms=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libayatana-appindicator gtk3 ];