Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Fix powder toy build breaking and change source repository.

siraben bd353166 3f24867c

+2 -8
+2 -8
pkgs/games/the-powder-toy/default.nix
··· 5 5 version = "93.3"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "simtr"; 8 + owner = "ThePowderToy"; 9 9 repo = "The-Powder-Toy"; 10 10 rev = "v${version}"; 11 - sha256 = "1n15kgl4qnz55b32ddgmhrv64cl3awbds8arycn7mkf7akwdg1g6"; 11 + sha256 = "1bg1y13kpqxx4mpncxvmg8w02dyqyd9hl43rwnys3sqrjdm9k02j"; 12 12 }; 13 - 14 - patches = [ ./fix-env.patch ]; 15 - 16 - postPatch = '' 17 - sed -i 's,lua5.1,lua,g' SConscript 18 - ''; 19 13 20 14 nativeBuildInputs = [ scons pkgconfig ]; 21 15