Unverified Commit f9d6590c authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

go-xmlstruct: 1.11.0 -> 1.11.1 (#434089)

parents 4a2aa7ed 504779a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule (finalAttrs: {
  pname = "go-xmlstruct";
  version = "1.11.0";
  version = "1.11.1";

  src = fetchFromGitHub {
    owner = "twpayne";
    repo = "go-xmlstruct";
    tag = "v${finalAttrs.version}";
    hash = "sha256-YTVPxC3HoSuWgNkFkhNr4ytYbL+AiIkzjLBfkGNmv+M=";
    hash = "sha256-FS3rFiYpaw6DlttyvJUcPc4ZDQRj5kBYwGxTWb+AAho=";
  };

  vendorHash = "sha256-myt5JjEDnLfkYkB+yb/oaH4dgIOB9qFcqcEb6KO5vBk=";