about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-10-06 19:54:59 +0200
committerGitHub <noreply@github.com>2018-10-06 19:54:59 +0200
commitec7d7e1f78fd7bf4b0abd40bc87779ed36ce407f (patch)
treec98ae086c2455e721cb0fe749f320dee50d3c8ad /pkgs/applications/networking
parent9a5f7b1630c138a82cb9ae0d6a513c4358c1dc10 (diff)
parent438559182f0c95dd75328f8f16e43793e328ddde (diff)
downloadnixlib-ec7d7e1f78fd7bf4b0abd40bc87779ed36ce407f.tar
nixlib-ec7d7e1f78fd7bf4b0abd40bc87779ed36ce407f.tar.gz
nixlib-ec7d7e1f78fd7bf4b0abd40bc87779ed36ce407f.tar.bz2
nixlib-ec7d7e1f78fd7bf4b0abd40bc87779ed36ce407f.tar.lz
nixlib-ec7d7e1f78fd7bf4b0abd40bc87779ed36ce407f.tar.xz
nixlib-ec7d7e1f78fd7bf4b0abd40bc87779ed36ce407f.tar.zst
nixlib-ec7d7e1f78fd7bf4b0abd40bc87779ed36ce407f.zip
Merge pull request #47609 from mbode/heptio-ark_0_9_6
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 f786bff01d62..6a83ac34f3f9 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";