Unverified Commit 677dbb1f authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

errcheck: 1.9.0 -> 1.10.0 (#494541)

parents ccb9f1f6 ca135708
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";