summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMaximilian Bode <maximilian.bode@tngtech.com>2018-10-01 20:37:48 +0200
committerMaximilian Bode <maximilian.bode@tngtech.com>2018-10-01 20:37:48 +0200
commit438559182f0c95dd75328f8f16e43793e328ddde (patch)
tree6957b93925ac18dff8bb785dd8044ea05955b650 /pkgs/applications/networking
parent83fd9785f65b8fd4cbaa146270f90b2a0d74b5f3 (diff)
downloadnixpkgs-438559182f0c95dd75328f8f16e43793e328ddde.tar
nixpkgs-438559182f0c95dd75328f8f16e43793e328ddde.tar.gz
nixpkgs-438559182f0c95dd75328f8f16e43793e328ddde.tar.bz2
nixpkgs-438559182f0c95dd75328f8f16e43793e328ddde.tar.lz
nixpkgs-438559182f0c95dd75328f8f16e43793e328ddde.tar.xz
nixpkgs-438559182f0c95dd75328f8f16e43793e328ddde.tar.zst
nixpkgs-438559182f0c95dd75328f8f16e43793e328ddde.zip
heptio-ark: 0.9.4 -> 0.9.6
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/heptio-ark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/heptio-ark/default.nix b/pkgs/applications/networking/cluster/heptio-ark/default.nix
index f786bff01d6..6a83ac34f3f 100644
--- a/pkgs/applications/networking/cluster/heptio-ark/default.nix
+++ b/pkgs/applications/networking/cluster/heptio-ark/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "heptio-ark-${version}";
-  version = "0.9.4";
+  version = "0.9.6";
 
   goPackagePath = "github.com/heptio/ark";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     rev = "v${version}";
     owner = "heptio";
     repo = "ark";
-    sha256 = "01z0zkw7l6haxky9l45iqqnvs6104xx4195jm250nv9j1x8n59ai";
+    sha256 = "0q353a6f3hvg1gr6rmg8pbqnkrbgjchdr7f6f9503l1qbyyf95fz";
   };
 
   postInstall = "rm $bin/bin/generate";