gitea: 1.22.3 -> 1.22.4 (#359100)

authored by Sandro and committed by GitHub 4b56be9a ed78bf48

+3 -3
+3 -3
pkgs/by-name/gi/gitea/package.nix
··· 33 }; 34 in buildGoModule rec { 35 pname = "gitea"; 36 - version = "1.22.3"; 37 38 src = fetchFromGitHub { 39 owner = "go-gitea"; 40 repo = "gitea"; 41 rev = "v${gitea.version}"; 42 - hash = "sha256-F1vvyf/FE/OIfDjM0CCOef/cXy+GPA+8n1AypE0r6p8="; 43 }; 44 45 proxyVendor = true; 46 47 - vendorHash = "sha256-iKf4ozCBcTJQ6bm6dX4dd4buVMGNDVF+rLuYkb7Zxw8="; 48 49 outputs = [ "out" "data" ]; 50
··· 33 }; 34 in buildGoModule rec { 35 pname = "gitea"; 36 + version = "1.22.4"; 37 38 src = fetchFromGitHub { 39 owner = "go-gitea"; 40 repo = "gitea"; 41 rev = "v${gitea.version}"; 42 + hash = "sha256-9vmLG2t2vBRpLwLhGOL3W/LGNpUmxPt0mRh+jFXUWAc="; 43 }; 44 45 proxyVendor = true; 46 47 + vendorHash = "sha256-72Q5XBb7RwfX3eekt8dsaS1doDhLCO0MFPHzJvlzxUo="; 48 49 outputs = [ "out" "data" ]; 50