stern: 1.26.0 -> 1.27.0

This commit is contained in:
R. Ryantm 2023-11-15 19:35:09 +00:00 committed by Jörg Thalheim
parent 0e1c4b8429
commit 57402c04bf

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "stern";
version = "1.26.0";
version = "1.27.0";
src = fetchFromGitHub {
owner = "stern";
repo = "stern";
rev = "v${version}";
sha256 = "sha256-86XoYzw1bnIWwGiFgRl9RcZSYrF4byYKnDlJ4QSqXV0=";
sha256 = "sha256-W8jGUs63R6QpwuTgzK5yVLhKGXypvKOyCWHT2xdb6eM=";
};
vendorHash = "sha256-LLVd9WB8ixH78CHYe0sS4sCDCD+6SQ7PxWr2MHiAOxI=";