From b3b78ce3ef66e838dbbabfbdb5162b6a551b5a32 Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Mon, 18 Jul 2022 22:40:13 +1000 Subject: [PATCH] sgt-puzzles: update sgt-puzzles.menu to a working URL Motivation: Fix sgt-puzzles.menu. Its URL is currently 404ing since https://github.com/gentoo/gentoo/raw/720e614d0107e86fc1e520bac17726578186843d/games-puzzle/sgt-puzzles/files/sgt-puzzles.menu is 404ing because https://github.com/Oleh-Kravchenko/portage is 404ing. --- pkgs/games/sgt-puzzles/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/sgt-puzzles/default.nix b/pkgs/games/sgt-puzzles/default.nix index 1c0b7aeda493..e3a6bd5d9ec2 100644 --- a/pkgs/games/sgt-puzzles/default.nix +++ b/pkgs/games/sgt-puzzles/default.nix @@ -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"; };