From f26cedf1ef59430afd24aa85aa1094e13940cbe9 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 21 Feb 2023 22:37:56 +0100 Subject: [PATCH] gitea: 1.18.4 -> 1.18.5 ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.18.5 --- pkgs/applications/version-management/gitea/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/gitea/default.nix b/pkgs/applications/version-management/gitea/default.nix index 2ded0cf170d6..3141d08cdcec 100644 --- a/pkgs/applications/version-management/gitea/default.nix +++ b/pkgs/applications/version-management/gitea/default.nix @@ -15,12 +15,12 @@ buildGoModule rec { pname = "gitea"; - version = "1.18.4"; + version = "1.18.5"; # not fetching directly from the git repo, because that lacks several vendor files for the web UI src = fetchurl { url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz"; - hash = "sha256-LSSOmqSeiv9qNCAsRWYtjRLfUDLMd8mOVAxTOacvNOA="; + hash = "sha256-OGPn4fknYfzmuAi6CL8m/Ih4uRNraVDmpBm20qT3lKk="; }; vendorHash = null;