Skip to content

Commit

Permalink
Merge pull request #31288 from afldcr/master
Browse files Browse the repository at this point in the history
gitea: 1.2.1 -> 1.2.3
  • Loading branch information
NeQuissimus committed Nov 6, 2017
2 parents 88e03e1 + 00fe372 commit 2767a0e
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 @@ -7,13 +7,13 @@ with stdenv.lib;

buildGoPackage rec {
name = "gitea-${version}";
version = "1.2.1";
version = "1.2.3";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
sha256 = "15zw4b6hnx4hmzn2xlsi4p7jvh6jx4g4smbdidnrzrykzyq4rmpp";
sha256 = "0v24q14xzmqgwk10m7rqyn6pahd630v3bnc646ij4w8fbgr8hzja";
};

patches = [ ./static-root-path.patch ];
Expand Down

0 comments on commit 2767a0e

Please sign in to comment.