clusterlint: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm
2025-11-17 10:55:37 +00:00
parent 5dec4550e8
commit 7242ddd7e0

View File

@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "clusterlint";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "digitalocean";
repo = "clusterlint";
tag = "v${finalAttrs.version}";
hash = "sha256-R6Dm7raIYxpulVtadU5AsSwCd5waOBOJRdD3o2vgGM4=";
hash = "sha256-zNrGWXKVpkr4NtDmawkICGy0l8foNr40zcdsdsKVAGY=";
};
vendorHash = null;