diff options
| author | Elis Hirwing <elis@hirwing.se> | 2018-08-13 00:29:30 +0200 |
|---|---|---|
| committer | xeji <36407913+xeji@users.noreply.github.com> | 2018-08-13 00:29:30 +0200 |
| commit | c6bf57f58cf1280c723e5e8ee035df6d0d204b8d (patch) | |
| tree | f8190de4a20af22b45239fcc452f261a647d81e2 | |
| parent | borgbackup: 1.1.6 -> 1.1.7 (#44933) (diff) | |
| download | nixpkgs-c6bf57f58cf1280c723e5e8ee035df6d0d204b8d.tar.gz | |
gitea: 1.4.3 -> 1.5.0 (#44939)
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.0
| -rw-r--r-- | pkgs/applications/version-management/gitea/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitea/default.nix b/pkgs/applications/version-management/gitea/default.nix index 85514ed47867..592b348d03fd 100644 --- a/pkgs/applications/version-management/gitea/default.nix +++ b/pkgs/applications/version-management/gitea/default.nix @@ -7,13 +7,13 @@ with stdenv.lib; buildGoPackage rec { name = "gitea-${version}"; - version = "1.4.3"; + version = "1.5.0"; src = fetchFromGitHub { owner = "go-gitea"; repo = "gitea"; rev = "v${version}"; - sha256 = "0rl20dhj3in8w3ngix42qly077zrwg578aa2nxxznmn9k8xdvfpd"; + sha256 = "0gp777x8yjbqvz9i79qv3bn3hrlp1bn7ib57r7w5a7jmr9rd0nca"; }; patches = [ ./static-root-path.patch ]; |
