sgt-puzzles: update sgt-puzzles.menu to a working URL

Motivation: Fix sgt-puzzles.menu. Its URL is currently 404ing since
720e614d01/games-puzzle/sgt-puzzles/files/sgt-puzzles.menu
is 404ing because https://github.com/Oleh-Kravchenko/portage is 404ing.
This commit is contained in:
Tom Fitzhenry 2022-07-18 22:40:13 +10:00
parent 01b8587401
commit b3b78ce3ef

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
sgt-puzzles-menu = fetchurl {
url = "https://raw.githubusercontent.com/Oleh-Kravchenko/portage/master/games-puzzle/sgt-puzzles/files/sgt-puzzles.menu";
url = "https://raw.githubusercontent.com/gentoo/gentoo/720e614d0107e86fc1e520bac17726578186843d/games-puzzle/sgt-puzzles/files/sgt-puzzles.menu";
sha256 = "088w0x9g3j8pn725ix8ny8knhdsfgjr3hpswsh9fvfkz5vlg2xkm";
};