Unverified Commit aa64b58d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gitea: 1.25.1 -> 1.25.2 (#464087)

parents 98533258 353133a7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,18 +45,18 @@ let
in
buildGoModule rec {
  pname = "gitea";
  version = "1.25.1";
  version = "1.25.2";

  src = fetchFromGitHub {
    owner = "go-gitea";
    repo = "gitea";
    tag = "v${gitea.version}";
    hash = "sha256-JTkpjUXCz+0Y8EY7JlDT4tLbCjDYElZ4uG1oLmij8Iw=";
    hash = "sha256-8U7zRZoiuB2+LLeOg2QpCuxWRNkndlp/VyH1OvnZujc=";
  };

  proxyVendor = true;

  vendorHash = "sha256-HHW7xgXJKnzj6HLKAUXKYIZgOKKbXVSK+YGSKCwBeLU=";
  vendorHash = "sha256-y7HurJg+/V1cn8iKDXepk/ie/iNgiJXsQbDi1dhgark=";

  outputs = [
    "out"