stern: 1.32.0 -> 1.33.0 (#443951)

This commit is contained in:
dish
2025-09-18 17:34:11 +00:00
committed by GitHub
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "stern";
version = "1.32.0";
version = "1.33.0";
src = fetchFromGitHub {
owner = "stern";
repo = "stern";
rev = "v${version}";
hash = "sha256-1yueWGyVM9pDnKjdCq6MHZdOzYessPTKs9xq1ganDf0=";
hash = "sha256-JMtdjsXUOf75Djva0qdHUGM16OuWoTLjshDz4LAfllQ=";
};
vendorHash = "sha256-pIjDx/6n2Vw8f2puQAbI+Bl5dwQp2GF0ie4ToSIguts=";
vendorHash = "sha256-xDkYW542V2M9CvjNBFojRw4KAhcxvlBPVJCndlF+MKw=";
subPackages = [ "." ];