about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-10-20 07:33:06 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2018-10-20 21:43:36 +0200
commit02ca5c10ef9c42128caf8fc0f9108554cbc207c5 (patch)
treee91cc7e0fd994c1bdc629bb4c8119437c86fee0f
parentc39fa89db58c91ea36be715795e863fa3e527aa7 (diff)
downloadnixlib-02ca5c10ef9c42128caf8fc0f9108554cbc207c5.tar
nixlib-02ca5c10ef9c42128caf8fc0f9108554cbc207c5.tar.gz
nixlib-02ca5c10ef9c42128caf8fc0f9108554cbc207c5.tar.bz2
nixlib-02ca5c10ef9c42128caf8fc0f9108554cbc207c5.tar.lz
nixlib-02ca5c10ef9c42128caf8fc0f9108554cbc207c5.tar.xz
nixlib-02ca5c10ef9c42128caf8fc0f9108554cbc207c5.tar.zst
nixlib-02ca5c10ef9c42128caf8fc0f9108554cbc207c5.zip
stern: 1.8.0 -> 1.10.0
-rw-r--r--pkgs/applications/networking/cluster/stern/default.nix4
-rw-r--r--pkgs/applications/networking/cluster/stern/deps.nix25
2 files changed, 10 insertions, 19 deletions
diff --git a/pkgs/applications/networking/cluster/stern/default.nix b/pkgs/applications/networking/cluster/stern/default.nix
index c7b90d05ff2f..c5e4ac9d0ba3 100644
--- a/pkgs/applications/networking/cluster/stern/default.nix
+++ b/pkgs/applications/networking/cluster/stern/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "stern-${version}";
-  version = "1.8.0";
+  version = "1.10.0";
 
   goPackagePath = "github.com/wercker/stern";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "wercker";
     repo = "stern";
     rev = "${version}";
-    sha256 = "14ccgb41ca2gym7wab0q02ap8g94nhfaihs41qky4wnsfv6j1zc8";
+    sha256 = "05wsif0pwh2v4rw4as36f1d9r149zzp2nyc0z4jwnj9nx58nfpll";
   };
 
   goDeps = ./deps.nix;
diff --git a/pkgs/applications/networking/cluster/stern/deps.nix b/pkgs/applications/networking/cluster/stern/deps.nix
index 5c5d34727115..fff5cf8c0de4 100644
--- a/pkgs/applications/networking/cluster/stern/deps.nix
+++ b/pkgs/applications/networking/cluster/stern/deps.nix
@@ -5,8 +5,8 @@
     fetch = {
       type = "git";
       url = "https://code.googlesource.com/gocloud";
-      rev =  "97efc2c9ffd9fe8ef47f7f3203dc60bbca547374";
-      sha256 = "1zf8imq0hgba13rbn260pqf2qd41cg3i4wzzq2i0li3lxnjglkv1";
+      rev =  "dfffe386c33fb24c34ee501e5723df5b97b98514";
+      sha256 = "1g681yxz4mmzapzpzxfaz1nhcr1w526793yapfsnxlbs2skap3fy";
     };
   }
   {
@@ -131,8 +131,8 @@
     fetch = {
       type = "git";
       url = "https://github.com/json-iterator/go";
-      rev =  "0ac74bba4a81211b28e32ef260c0f16ae41f1377";
-      sha256 = "07aa3jz9rmhn3cfv06z9549kfpsx4i85qbi3j7q60z2pvasjxqv5";
+      rev =  "f2b4162afba35581b6d4a50d3b8f34e33c144682";
+      sha256 = "0siqfghsm2lkdwinvg8x5gls3p76rq3cdm59c1r4x0b2mdfhnvcd";
     };
   }
   {
@@ -176,8 +176,8 @@
     fetch = {
       type = "git";
       url = "https://github.com/modern-go/reflect2";
-      rev =  "05fbef0ca5da472bbf96c9322b84a53edc03c9fd";
-      sha256 = "1jc7xba9v3scsc8fg5nb9g6lrxxgiaaykx8q817arq9b737y90gm";
+      rev =  "4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd";
+      sha256 = "1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49";
     };
   }
   {
@@ -226,15 +226,6 @@
     };
   }
   {
-    goPackagePath  = "github.com/v2pro/plz";
-    fetch = {
-      type = "git";
-      url = "https://github.com/v2pro/plz";
-      rev =  "10fc95fad3224a032229e59f6e7023137d82b526";
-      sha256 = "0p04pjrz55zn6dbi6l0705prjmhqnmvsvrxzc74hl12wi6r35drp";
-    };
-  }
-  {
     goPackagePath  = "golang.org/x/crypto";
     fetch = {
       type = "git";
@@ -266,8 +257,8 @@
     fetch = {
       type = "git";
       url = "https://go.googlesource.com/sys";
-      rev =  "e4b3c5e9061176387e7cea65e4dc5853801f3fb7";
-      sha256 = "1ijx254fycsnr16m24k7lqvkmdkkrqxsl9mr1kz4mf61a8n0arf9";
+      rev =  "8e24a49d80f82323e1c4db1b5da3e0f31171a151";
+      sha256 = "0zsdnyb8dy98jw6f9yn6g5gdhaqwk39hqridr0mh4dhwvwvlj724";
     };
   }
   {