stern: 1.10.0 -> 1.11.0

This commit is contained in:
Will Dietz 2019-07-09 02:13:29 -05:00
parent e449caf606
commit 7fa4b5f0bd
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ let isCrossBuild = stdenv.hostPlatform != stdenv.buildPlatform; in
buildGoPackage rec {
name = "stern-${version}";
version = "1.10.0";
version = "1.11.0";
goPackagePath = "github.com/wercker/stern";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "wercker";
repo = "stern";
rev = "${version}";
sha256 = "05wsif0pwh2v4rw4as36f1d9r149zzp2nyc0z4jwnj9nx58nfpll";
sha256 = "0xndlq0ks8flzx6rdd4lnkxpkbvdy9sj1jwys5yj7p989ls8by3n";
};
goDeps = ./deps.nix;