all: remove vendorSha256
This commit is contained in:
parent
7f58eb010e
commit
aadef9e737
@ -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
|
||||
|
@ -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";
|
||||
|
@ -15,7 +15,7 @@ buildGoModule {
|
||||
sha256 = "sha256-1nWpLQMDvtV83HFvmrNdN31DVENq3HUqk/6+zuavoTU=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-d6je2aRHlgP4r/Yg55zezRMTul1p5aLEpxfLb3V6BFg=";
|
||||
vendorHash = "sha256-d6je2aRHlgP4r/Yg55zezRMTul1p5aLEpxfLb3V6BFg=";
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -17,7 +17,7 @@ buildGoModule rec {
|
||||
|
||||
proxyVendor = false;
|
||||
|
||||
vendorSha256 = null;
|
||||
vendorHash = null;
|
||||
|
||||
meta = {
|
||||
description = "gosignify is a Go reimplementation of OpenBSD's signify";
|
||||
|
@ -38,7 +38,7 @@ buildGoModule rec {
|
||||
|
||||
proxyVendor = false;
|
||||
|
||||
vendorSha256 = null;
|
||||
vendorHash = null;
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -18,7 +18,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-1ZGjifDgqA9yk9l0YB4rLpcvwaq9lWxDgItJ7lCVj2I=";
|
||||
};
|
||||
|
||||
vendorSha256 = vendorHash;
|
||||
inherit vendorHash;
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
|
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user