summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-02-01 04:44:34 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-02-01 15:42:33 +1000
commitff85b40f484e1d5614880c64e40b3eb344f9ab74 (patch)
treee0cff7143ee3615c0dd8f294b522aa5558868fb6
parent3a78e8e08d87a1b6863ba1173547ac982f4df180 (diff)
downloadnixpkgs-ff85b40f484e1d5614880c64e40b3eb344f9ab74.tar
nixpkgs-ff85b40f484e1d5614880c64e40b3eb344f9ab74.tar.gz
nixpkgs-ff85b40f484e1d5614880c64e40b3eb344f9ab74.tar.bz2
nixpkgs-ff85b40f484e1d5614880c64e40b3eb344f9ab74.tar.lz
nixpkgs-ff85b40f484e1d5614880c64e40b3eb344f9ab74.tar.xz
nixpkgs-ff85b40f484e1d5614880c64e40b3eb344f9ab74.tar.zst
nixpkgs-ff85b40f484e1d5614880c64e40b3eb344f9ab74.zip
helmsman: update vendorSha256
-rw-r--r--pkgs/applications/networking/cluster/helmsman/default.nix2
-rw-r--r--pkgs/top-level/all-packages.nix4
2 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helmsman/default.nix b/pkgs/applications/networking/cluster/helmsman/default.nix
index 4f9de00dcf2..b209a5c5bca 100644
--- a/pkgs/applications/networking/cluster/helmsman/default.nix
+++ b/pkgs/applications/networking/cluster/helmsman/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
     sha256 = "sha256-KZrv447Yz4WxtkmQkGLsnZC0ok0rWCM2Fs+m8LVTGfM=";
   };
 
-  vendorSha256 = "sha256-4imZrZfpR/5tw9ZFSTr7Gx4G9O1iHNE9YRYMOJFKvHU=";
+  vendorSha256 = "sha256-F+b4EXAxa4+O6yepx+9eRrdq294ZcQ+sODFUCKYpSuo=";
 
   doCheck = false;
 
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 2a4ce0af328..43c8f7cbfc4 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -33166,7 +33166,9 @@ with pkgs;
 
   helmfile = callPackage ../applications/networking/cluster/helmfile { };
 
-  helmsman = callPackage ../applications/networking/cluster/helmsman { };
+  helmsman = callPackage ../applications/networking/cluster/helmsman {
+    buildGoModule = buildGo117Module;
+  };
 
   velero = callPackage ../applications/networking/cluster/velero { };