lol

Merge pull request #217319 from SuperSandro2000/gitea

gitea: 1.18.3 -> 1.18.4

authored by

Maximilian Bosch and committed by
GitHub
ae71193b 151f71c6

+2 -2
+2 -2
pkgs/applications/version-management/gitea/default.nix
··· 15 15 16 16 buildGoModule rec { 17 17 pname = "gitea"; 18 - version = "1.18.3"; 18 + version = "1.18.4"; 19 19 20 20 # not fetching directly from the git repo, because that lacks several vendor files for the web UI 21 21 src = fetchurl { 22 22 url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz"; 23 - hash = "sha256-jqjpbDgcmwZoc/ovgburFeeta9mAJOmz7yrvmUKAwRU="; 23 + hash = "sha256-LSSOmqSeiv9qNCAsRWYtjRLfUDLMd8mOVAxTOacvNOA="; 24 24 }; 25 25 26 26 vendorHash = null;