about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-02-18 21:03:45 -0800
committerGitHub <noreply@github.com>2021-02-18 21:03:45 -0800
commitd1e1fca53b20c4cb75a5cbd1920b05da7132f5cc (patch)
treea3b8589da011e705d919936d59bf6f7ee0cb729a
parent4fd06075769d28a224211705cfbf328ae9a31aaa (diff)
parentf107809e6dcc5b34f0c2d99f4bcb859f09b0a61b (diff)
Merge pull request #113629 from r-ryantm/auto-update/waypoint
waypoint: 0.2.1 -> 0.2.2
-rw-r--r--pkgs/applications/networking/cluster/waypoint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/waypoint/default.nix b/pkgs/applications/networking/cluster/waypoint/default.nix
index 3d62a1dcf29b2..b97b5869960ea 100644
--- a/pkgs/applications/networking/cluster/waypoint/default.nix
+++ b/pkgs/applications/networking/cluster/waypoint/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "waypoint";
-  version = "0.2.1";
+  version = "0.2.2";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-bCvi5xIL6xAtQ9mgf4feh076sAmog/3eGBlgvcLXJyc=";
+    sha256 = "sha256-JeuVrlm6JB8MgSUmgMLQPuPmlKSScSdsVga9jUwLWHM=";
   };
 
   deleteVendor = true;