Skip to content

Commit

Permalink
gitea: 1.13.1 -> 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Feb 2, 2021
1 parent f31d62b commit 0eac658
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 @@ -9,11 +9,11 @@ with lib;

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

src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "sha256-tah7ciq+jkkROJq/V+yPRtWPuWaSnf5hKndjnifsQYc=";
sha256 = "sha256-uezg8GdNqgKVHgJj9rTqHFLWuLdyDp63fzr7DMslOII=";
};

unpackPhase = ''
Expand Down

0 comments on commit 0eac658

Please sign in to comment.