go-errorlint: 1.8.0 -> 1.9.0 (#475062)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-29 14:56:17 +00:00
committed by GitHub
+3 -3
View File
@@ -7,17 +7,17 @@
buildGoModule rec {
pname = "go-errorlint";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "polyfloyd";
repo = "go-errorlint";
rev = "v${version}";
hash = "sha256-jczsgZAC90f2Kkrwpb9oeoK1HtlFDLOjqlexn9v5ojk=";
hash = "sha256-79hbXvLnlry2j1mmeHoEx1PRIRd0iRbzN6BDnUyFV+4=";
};
vendorHash = "sha256-smOu92BigepCH02qm2Im3T65nUoR/IYhWTjhnjRPppA=";
vendorHash = "sha256-U/19X5iY7IHOHkbTADT4ueCJBPh/ryI4PCfg8ZbMLzU=";
ldflags = [
"-s"