errcheck: 1.9.0 -> 1.10.0 (#494541)

This commit is contained in:
Wael Nasreddine
2026-02-27 04:51:23 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "errcheck";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "kisielk";
repo = "errcheck";
rev = "v${finalAttrs.version}";
hash = "sha256-DhOoJL4InJHl4ImIrhV086a++srC5E4LF2VQb838+L8=";
hash = "sha256-aiZAFNTaXSzVOBhcMGc6Mxj208V7WxCbDYKqItBg3lc=";
};
vendorHash = "sha256-znkT0S13wCB47InP2QBCZqeWxDdEeIwQPoVWoxiAosQ=";