golangci-lint: 2.0.0 -> 2.0.2 (#394804)

authored by Sandro and committed by GitHub 47cecd80 39d14940

+2 -2
+2 -2
pkgs/by-name/go/golangci-lint/package.nix
··· 7 7 8 8 buildGo124Module rec { 9 9 pname = "golangci-lint"; 10 - version = "2.0.0"; 10 + version = "2.0.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "golangci"; 14 14 repo = "golangci-lint"; 15 15 rev = "v${version}"; 16 - hash = "sha256-1TDYMjFEyI9ULnLn+1RYxRWrGkJZcEDDGvLb4qiVLNc="; 16 + hash = "sha256-+IndC9znKgVGiFWW0aCNjhxPwX1kDFnfG2+SKEQ15Rc="; 17 17 }; 18 18 19 19 vendorHash = "sha256-B6mCvJtIfRbAv6fZ8Ge82nT9oEcL3WR4D+AAVs9R3zM=";