gitea: 1.15.4 -> 1.15.5 (#142537)

authored by Leo and committed by GitHub 38c6ea34 22e732d0

+2 -2
+2 -2
pkgs/applications/version-management/gitea/default.nix
··· 16 17 buildGoPackage rec { 18 pname = "gitea"; 19 - version = "1.15.4"; 20 21 # not fetching directly from the git repo, because that lacks several vendor files for the web UI 22 src = fetchurl { 23 url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"; 24 - sha256 = "sha256-UsaTA6bI5pr3vbvO3jFn8A8qVRi385fbiJQD09Ut/X0="; 25 }; 26 27 unpackPhase = ''
··· 16 17 buildGoPackage rec { 18 pname = "gitea"; 19 + version = "1.15.5"; 20 21 # not fetching directly from the git repo, because that lacks several vendor files for the web UI 22 src = fetchurl { 23 url = "https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"; 24 + sha256 = "sha256-W+czWzo4keTLRPDLcTeYl3JSccwfq+P6k4ELADO9FVM="; 25 }; 26 27 unpackPhase = ''