about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/waypoint/default.nix
diff options
context:
space:
mode:
authorShane Sveller <shanesveller@gmail.com>2022-07-23 12:12:09 -0500
committerShane Sveller <shanesveller@gmail.com>2022-07-23 12:12:09 -0500
commitc8504947e4c69f6eeef27c70a93a74214c7346a1 (patch)
treefc1e484c8112bb517bf740a6d92d45f8b6ba9f8e /pkgs/applications/networking/cluster/waypoint/default.nix
parentca9f919a8429ab0799f10e6fd7c273020fddeb6b (diff)
downloadnixlib-c8504947e4c69f6eeef27c70a93a74214c7346a1.tar
nixlib-c8504947e4c69f6eeef27c70a93a74214c7346a1.tar.gz
nixlib-c8504947e4c69f6eeef27c70a93a74214c7346a1.tar.bz2
nixlib-c8504947e4c69f6eeef27c70a93a74214c7346a1.tar.lz
nixlib-c8504947e4c69f6eeef27c70a93a74214c7346a1.tar.xz
nixlib-c8504947e4c69f6eeef27c70a93a74214c7346a1.tar.zst
nixlib-c8504947e4c69f6eeef27c70a93a74214c7346a1.zip
waypoint: 0.8.2 -> 0.9.0
https://github.com/hashicorp/waypoint/blob/v0.9.0/CHANGELOG.md#090-july-05-2022
https://www.hashicorp.com/blog/waypoint-0-9-adds-new-runner-commands
Diffstat (limited to 'pkgs/applications/networking/cluster/waypoint/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/waypoint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/waypoint/default.nix b/pkgs/applications/networking/cluster/waypoint/default.nix
index 038ab2c2bf7f..aaff24f70760 100644
--- a/pkgs/applications/networking/cluster/waypoint/default.nix
+++ b/pkgs/applications/networking/cluster/waypoint/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "waypoint";
-  version = "0.8.2";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Pq1gGXROPHHMaOoQwx6cObvMF+SoilOROR4bwI0Y/GM=";
+    sha256 = "sha256-R+X0fp4AdC3u+/rX2Vb0P3MTBRi94wfT9YvW2pxwr5Y=";
   };
 
-  vendorSha256 = "sha256-Q8ookgQwecRuSrnQiIREBMDxK9NAWfHu+sIQeMO/T4w=";
+  vendorSha256 = "sha256-bDsmou4zmRz8DyENdteJ3MzhTpCgri4ISIgxi7fhQdc=";
 
   nativeBuildInputs = [ go-bindata installShellFiles ];