about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-22 03:18:36 +0200
committerGitHub <noreply@github.com>2021-07-22 03:18:36 +0200
commit3bcabe0c0bb744e8e6ced5c8f0076101f78b64c5 (patch)
tree74fc8e0c01b7cb23e7babc846748d74bb40e4a78 /pkgs
parentae0a58b2e0c853b9109e54d4192a3f7d59fba3db (diff)
parent278909b507200db2a9245368f21d10eec1a5a232 (diff)
Merge pull request #130713 from r-ryantm/auto-update/hostctl
hostctl: 1.0.14 -> 1.1.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/hostctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/hostctl/default.nix b/pkgs/tools/system/hostctl/default.nix
index 6f557e05cd122..54bc72144ea38 100644
--- a/pkgs/tools/system/hostctl/default.nix
+++ b/pkgs/tools/system/hostctl/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "hostctl";
-  version = "1.0.14";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "guumaster";
     repo = pname;
     rev = "v${version}";
-    sha256 = "02bjii97l4fy43v2rb93m9b0ad8y6mjvbvp4sz6a5n0w9dm1z1q9";
+    sha256 = "sha256-X07JvXN1mwOQE2XBfaYbqQnQ92fBSg/Erj0yUygAqmM=";
   };
 
-  vendorSha256 = "1lqk3cda0frqp2vwkqa4b3xkdw814wgkbr7g9r2mwxn85fpdcq5c";
+  vendorSha256 = "sha256-rGDWrivIdl5FTu/kNR8nAfE2+1hE4cm3uDg7oBobE9M=";
 
   buildFlagsArray = [ "-ldflags=-s -w -X github.com/guumaster/hostctl/cmd/hostctl/actions.version=${version}" ];