summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-05-22 22:47:22 +0200
committerGitHub <noreply@github.com>2022-05-22 22:47:22 +0200
commit53dea2d2042ff9e2d5c492a8d28dfdb242485614 (patch)
treecd431c449400d401517d650066675464a7f7b863 /pkgs
parentdc706dddd0cb263029525585a7b3cb2ee61c154b (diff)
parent999b8268c87df8eb4f77e47c5f68f42ab06976d3 (diff)
Merge pull request #173310 from techknowlogick/bgitea-3
gitea: 1.16.7 -> 1.16.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/gitea/default.nix4
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 6ad600e07ccb..fbf0138ce5aa 100644
--- a/pkgs/applications/version-management/gitea/default.nix
+++ b/pkgs/applications/version-management/gitea/default.nix
@@ -16,12 +16,12 @@ with lib;
buildGoPackage rec {
pname = "gitea";
- version = "1.16.7";
+ version = "1.16.8";
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz";
- sha256 = "sha256-UVmbFtHC4W3WF+DptdHMMUoe8UE5TVgoM9QRuczSrEg=";
+ sha256 = "sha256-W/AbRfnEQfnTjXJ8wTKEFOTld4rFsBvJiXnYK8Ugoj0=";
};
unpackPhase = ''