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 in 36 buildGoModule rec { 37 pname = "gitea"; 38 - version = "1.23.6"; 39 40 src = fetchFromGitHub { 41 owner = "go-gitea"; 42 repo = "gitea"; 43 tag = "v${gitea.version}"; 44 - hash = "sha256-psVny0qmx2wPiNK1qIXQiW0gdRsZs16MEfIgBXTWgFI="; 45 }; 46 47 proxyVendor = true;
··· 35 in 36 buildGoModule rec { 37 pname = "gitea"; 38 + version = "1.23.7"; 39 40 src = fetchFromGitHub { 41 owner = "go-gitea"; 42 repo = "gitea"; 43 tag = "v${gitea.version}"; 44 + hash = "sha256-pdmRujcLnQBIQXc26MPpoLbbV00KMaVHPY4xTsitaCA="; 45 }; 46 47 proxyVendor = true;