gitea: 1.23.8 -> 1.24.0 (#415600)

authored by Sandro and committed by GitHub 335b7b78 6f236082

+4 -4
+4 -4
pkgs/by-name/gi/gitea/package.nix
··· 20 pname = "gitea-frontend"; 21 inherit (gitea) src version; 22 23 - npmDepsHash = "sha256-5i3aB1QgH5NK5yDZySFlraVGU+Kh6J4Y2zvFqJX5kJs="; 24 25 # use webpack directly instead of 'make frontend' as the packages are already installed 26 buildPhase = '' ··· 35 in 36 buildGoModule rec { 37 pname = "gitea"; 38 - version = "1.23.8"; 39 40 src = fetchFromGitHub { 41 owner = "go-gitea"; 42 repo = "gitea"; 43 tag = "v${gitea.version}"; 44 - hash = "sha256-79GSHJozNlzBkddeyKX36D/w73loEN28fNSbcMVhgxQ="; 45 }; 46 47 proxyVendor = true; 48 49 - vendorHash = "sha256-wdrFa+6E1qTW9PBXr7ROgBQn3nfgxZF7Z47yk61Iqvs="; 50 51 outputs = [ 52 "out"
··· 20 pname = "gitea-frontend"; 21 inherit (gitea) src version; 22 23 + npmDepsHash = "sha256-+o7/A+Pqr8LZi+q0fOajQgLkWqquBrJSf0dpEXEJtwM="; 24 25 # use webpack directly instead of 'make frontend' as the packages are already installed 26 buildPhase = '' ··· 35 in 36 buildGoModule rec { 37 pname = "gitea"; 38 + version = "1.24.0"; 39 40 src = fetchFromGitHub { 41 owner = "go-gitea"; 42 repo = "gitea"; 43 tag = "v${gitea.version}"; 44 + hash = "sha256-lKeqoNL6RMjhm9egk6upbovJaWwm3r2kxi0Z9bjNxtI="; 45 }; 46 47 proxyVendor = true; 48 49 + vendorHash = "sha256-nC8y3skBhnOo7Ki9nc7Ni6UpheArB8bGK4AR/1Gdjr0="; 50 51 outputs = [ 52 "out"