stern: 1.25.0 -> 1.26.0

This commit is contained in:
R. Ryantm 2023-08-29 15:08:06 +00:00
parent dba6d77ad2
commit e086d8ae2f

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "stern";
version = "1.25.0";
version = "1.26.0";
src = fetchFromGitHub {
owner = "stern";
repo = "stern";
rev = "v${version}";
sha256 = "sha256-E4Hs9FH+6iQ7kv6CmYUHw9HchtJghMq9tnERO2rpL1g=";
sha256 = "sha256-86XoYzw1bnIWwGiFgRl9RcZSYrF4byYKnDlJ4QSqXV0=";
};
vendorHash = "sha256-+B3cAuV+HllmB1NaPeZitNpX9udWuCKfDFv+mOVHw2Y=";
vendorHash = "sha256-LLVd9WB8ixH78CHYe0sS4sCDCD+6SQ7PxWr2MHiAOxI=";
subPackages = [ "." ];