Merge pull request #250569 from techknowlogick/gitea-1203

gitea: 1.20.2 -> 1.20.3

authored by Maximilian Bosch and committed by GitHub e2a44ef6 81fc9ce2

+2 -2
+2 -2
pkgs/applications/version-management/gitea/default.nix
··· 20 20 21 21 buildGoModule rec { 22 22 pname = "gitea"; 23 - version = "1.20.2"; 23 + version = "1.20.3"; 24 24 25 25 # not fetching directly from the git repo, because that lacks several vendor files for the web UI 26 26 src = fetchurl { 27 27 url = "https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz"; 28 - hash = "sha256-a88ltflOcZQVWcEjC3r6rbPSk6LRtATcEQecYt/wg04="; 28 + hash = "sha256-cn61Z5nYMmzSoHcDoXwuhm+IMn6+iIYPi7KxzO/b5Nw="; 29 29 }; 30 30 31 31 vendorHash = null;