lol

gitea: 1.23.6 -> 1.23.7 (#397430)

authored by

Sandro and committed by
GitHub
fbcf6fdd b3d84856

+2 -2
+2 -2
pkgs/by-name/gi/gitea/package.nix
··· 35 35 in 36 36 buildGoModule rec { 37 37 pname = "gitea"; 38 - version = "1.23.6"; 38 + version = "1.23.7"; 39 39 40 40 src = fetchFromGitHub { 41 41 owner = "go-gitea"; 42 42 repo = "gitea"; 43 43 tag = "v${gitea.version}"; 44 - hash = "sha256-psVny0qmx2wPiNK1qIXQiW0gdRsZs16MEfIgBXTWgFI="; 44 + hash = "sha256-pdmRujcLnQBIQXc26MPpoLbbV00KMaVHPY4xTsitaCA="; 45 45 }; 46 46 47 47 proxyVendor = true;