about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/waypoint/default.nix
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-04-08 23:25:48 +0100
committer06kellyjac <dev@j-k.io>2021-04-08 23:25:48 +0100
commitaf7ce48e1e77fa10a014eb84027e0c2039c00811 (patch)
treee0cbb3f46b54404202486056329ea22f9abd3b97 /pkgs/applications/networking/cluster/waypoint/default.nix
parenta5f6343808293cb77a2f6f735bce0442d13a0999 (diff)
downloadnixlib-af7ce48e1e77fa10a014eb84027e0c2039c00811.tar
nixlib-af7ce48e1e77fa10a014eb84027e0c2039c00811.tar.gz
nixlib-af7ce48e1e77fa10a014eb84027e0c2039c00811.tar.bz2
nixlib-af7ce48e1e77fa10a014eb84027e0c2039c00811.tar.lz
nixlib-af7ce48e1e77fa10a014eb84027e0c2039c00811.tar.xz
nixlib-af7ce48e1e77fa10a014eb84027e0c2039c00811.tar.zst
nixlib-af7ce48e1e77fa10a014eb84027e0c2039c00811.zip
waypoint: 0.2.4 -> 0.3.0
Diffstat (limited to 'pkgs/applications/networking/cluster/waypoint/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/waypoint/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/waypoint/default.nix b/pkgs/applications/networking/cluster/waypoint/default.nix
index 7675dc0de880..1f3bf4467d67 100644
--- a/pkgs/applications/networking/cluster/waypoint/default.nix
+++ b/pkgs/applications/networking/cluster/waypoint/default.nix
@@ -2,17 +2,17 @@
 
 buildGoModule rec {
   pname = "waypoint";
-  version = "0.2.4";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-6sV2e/m0qVSRWgdvVZ9VxEL/J57nTcTClxHF5X8/8PQ=";
+    sha256 = "sha256-lB9ELa/okNvtKFDP/vImEdYFJCKRgtAcpBG1kIoAysE=";
   };
 
   deleteVendor = true;
-  vendorSha256 = "sha256-NPE3YHulqllWDGrxQgPmy/KKE7xFPOUorLQNIU8cP50=";
+  vendorSha256 = "sha256-VxKUYD92DssoSjWxR+1gZLq34vCVM/4U2ju5felLWzI=";
 
   nativeBuildInputs = [ go-bindata ];
 
@@ -36,7 +36,7 @@ buildGoModule rec {
     export HOME="$TMPDIR"
 
     $out/bin/waypoint --help
-    $out/bin/waypoint version # | grep "Waypoint v${version}"
+    $out/bin/waypoint version | grep "Waypoint v${version}"
     runHook postInstallCheck
   '';