diff --git a/pkgs/athens.nix b/pkgs/athens.nix index bbdb1d0..a809471 100644 --- a/pkgs/athens.nix +++ b/pkgs/athens.nix @@ -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 diff --git a/pkgs/bearclaw.nix b/pkgs/bearclaw.nix index 7c22114..ab57594 100644 --- a/pkgs/bearclaw.nix +++ b/pkgs/bearclaw.nix @@ -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"; diff --git a/pkgs/gokrazy.nix b/pkgs/gokrazy.nix index 3627357..0b694ab 100644 --- a/pkgs/gokrazy.nix +++ b/pkgs/gokrazy.nix @@ -15,7 +15,7 @@ buildGoModule { sha256 = "sha256-1nWpLQMDvtV83HFvmrNdN31DVENq3HUqk/6+zuavoTU="; }; - vendorSha256 = "sha256-d6je2aRHlgP4r/Yg55zezRMTul1p5aLEpxfLb3V6BFg="; + vendorHash = "sha256-d6je2aRHlgP4r/Yg55zezRMTul1p5aLEpxfLb3V6BFg="; proxyVendor = true; diff --git a/pkgs/golink.nix b/pkgs/golink.nix index aea021d..0d7cf4f 100644 --- a/pkgs/golink.nix +++ b/pkgs/golink.nix @@ -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; diff --git a/pkgs/gosignify.nix b/pkgs/gosignify.nix index 96f9c0d..d5478f6 100644 --- a/pkgs/gosignify.nix +++ b/pkgs/gosignify.nix @@ -17,7 +17,7 @@ buildGoModule rec { proxyVendor = false; - vendorSha256 = null; + vendorHash = null; meta = { description = "gosignify is a Go reimplementation of OpenBSD's signify"; diff --git a/pkgs/gotosocial.nix b/pkgs/gotosocial.nix index f77409e..2c7cb8a 100644 --- a/pkgs/gotosocial.nix +++ b/pkgs/gotosocial.nix @@ -38,7 +38,7 @@ buildGoModule rec { proxyVendor = false; - vendorSha256 = null; + vendorHash = null; doCheck = false; diff --git a/pkgs/gqrss.nix b/pkgs/gqrss.nix index 609a679..e0c9618 100644 --- a/pkgs/gqrss.nix +++ b/pkgs/gqrss.nix @@ -18,7 +18,7 @@ buildGoModule rec { sha256 = "sha256-1ZGjifDgqA9yk9l0YB4rLpcvwaq9lWxDgItJ7lCVj2I="; }; - vendorSha256 = vendorHash; + inherit vendorHash; proxyVendor = true; diff --git a/pkgs/tailscale-systray.nix b/pkgs/tailscale-systray.nix index 0ed01fa..321c110 100644 --- a/pkgs/tailscale-systray.nix +++ b/pkgs/tailscale-systray.nix @@ -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 ];