stern: 1.8.0 -> 1.10.0

This commit is contained in:
Franz Pletz
2018-10-20 21:43:36 +02:00
parent c39fa89db5
commit 02ca5c10ef
2 changed files with 10 additions and 19 deletions
@@ -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;