kube-linter: 0.8.1 -> 0.8.2 (#475481)

This commit is contained in:
Nick Cao
2026-01-01 21:00:49 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kube-linter";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "stackrox";
repo = "kube-linter";
rev = "v${version}";
sha256 = "sha256-UUg7QOu+G5g8cj1C2q9G6km002kqOjOiesdFGy8BqgI=";
sha256 = "sha256-nd8CLAp3MHuQs/firDPCZ4XlxVx73MMNGVNp5tsa1Rw=";
};
vendorHash = "sha256-A8aNyMX9WtDDuqy6qOHTQkLnuckcsHEKZ3mfnC4Rx2s=";