Merge pull request #31288 from afldcr/master

gitea: 1.2.1 -> 1.2.3

authored by

Tim Steinbach and committed by
GitHub
2767a0e9 88e03e12

+2 -2
+2 -2
pkgs/applications/version-management/gitea/default.nix
··· 7 7 8 8 buildGoPackage rec { 9 9 name = "gitea-${version}"; 10 - version = "1.2.1"; 10 + version = "1.2.3"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "go-gitea"; 14 14 repo = "gitea"; 15 15 rev = "v${version}"; 16 - sha256 = "15zw4b6hnx4hmzn2xlsi4p7jvh6jx4g4smbdidnrzrykzyq4rmpp"; 16 + sha256 = "0v24q14xzmqgwk10m7rqyn6pahd630v3bnc646ij4w8fbgr8hzja"; 17 17 }; 18 18 19 19 patches = [ ./static-root-path.patch ];