Skip to content

Commit

Permalink
gitea: 1.13.2 -> 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Mar 4, 2021
1 parent 16fc9eb commit 646633c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitea/default.nix
Expand Up @@ -8,11 +8,11 @@ with stdenv.lib;

buildGoPackage rec {
pname = "gitea";
version = "1.13.2";
version = "1.13.3";

src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-uezg8GdNqgKVHgJj9rTqHFLWuLdyDp63fzr7DMslOII=";
sha256 = "sha256-+uuadtpDC4br+DUHpoY2aOwklpD9LxvkSqcBMC0+UHE=";
};

unpackPhase = ''
Expand Down

0 comments on commit 646633c

Please sign in to comment.