Skip to content

Commit

Permalink
gitea: 1.11.6 -> 1.11.8
Browse files Browse the repository at this point in the history
Rationale for update: on `master`, `gitea` has been updated to `1.12.0`
in #91069 which contains a few breaking changes. The latest
1.11-releases contain a few bugfixes backported from 1.12.

https://github.com/go-gitea/gitea/releases/tag/v1.11.7
https://github.com/go-gitea/gitea/releases/tag/v1.11.8
  • Loading branch information
Ma27 committed Jun 22, 2020
1 parent 13c15f2 commit 9c42eb7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/applications/version-management/gitea/default.nix
Expand Up @@ -9,11 +9,11 @@ with stdenv.lib;

buildGoPackage rec {
pname = "gitea";
version = "1.11.6";
version = "1.11.8";

src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
sha256 = "11nyq5faq0hy1pi3yhmc6y8is7jyiyfrb162fq9l33pkyw6qihqs";
sha256 = "1f5sj49zjcsi0bcryr41xzsvmy3zn3m4khlkcq5k5abxiyynbygl";
};

unpackPhase = ''
Expand All @@ -25,10 +25,6 @@ buildGoPackage rec {

patches = [
./static-root-path.patch
(fetchpatch {
url = "https://github.com/go-gitea/gitea/commit/1830d0ed5f4a67e3360ecbb55933b5540b6affce.patch";
sha256 = "163531pcki28qfs56l64vv4xxaavxgksf038da1sn21j5l2jm81i";
})
];

postPatch = ''
Expand Down

0 comments on commit 9c42eb7

Please sign in to comment.