errcheck: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-02-19 10:59:43 +00:00
parent 255804f6d7
commit f4dce3bdab
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "errcheck";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "kisielk";
repo = "errcheck";
rev = "v${version}";
hash = "sha256-KEDUXZ720fntrQ8XIpbArU8Q1xEiOw32nYcNhXnQO7Q=";
hash = "sha256-DhOoJL4InJHl4ImIrhV086a++srC5E4LF2VQb838+L8=";
};
vendorHash = "sha256-rO2FoFksN3OdKXwlJBuISs6FmCtepc4FDLdOa5AHvC4=";
vendorHash = "sha256-znkT0S13wCB47InP2QBCZqeWxDdEeIwQPoVWoxiAosQ=";
subPackages = [ "." ];