Skip to content

Commit

Permalink
gitea: 1.15.0 -> 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored and happysalada committed Sep 3, 2021
1 parent 702d183 commit 3a77817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ with lib;

buildGoPackage rec {
pname = "gitea";
version = "1.15.0";
version = "1.15.2";

# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-Wu5rtVoQql/0XWkszYOqE4QJxKUY/CsCpmjkaB+E6Hc=";
sha256 = "sha256-zvWJ1Q8nJw4hjPeBnuVprjn2NSlFwv4BwtHwgwHHvSI=";
};

unpackPhase = ''
Expand Down

0 comments on commit 3a77817

Please sign in to comment.