Merge pull request #64478 from dtzWill/update/stern-1.11.0

stern: 1.10.0 -> 1.11.0
This commit is contained in:
worldofpeace 2019-07-13 12:18:19 -04:00 committed by GitHub
commit f309c4c7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;