Merge pull request #151922 from Ma27/bump-gitea

gitea: 1.15.7 -> 1.15.9

authored by Maximilian Bosch and committed by GitHub 0691c5a5 e7599f1d

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