Loading pkgs/games/shattered-pixel-dungeon/rat-king-adventure.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { callPackage , fetchFromGitHub }: callPackage ./generic.nix rec { pname = "rat-king-adventure"; version = "1.5.2a"; src = fetchFromGitHub { owner = "TrashboxBobylev"; repo = "Rat-King-Adventure"; rev = version; hash = "sha256-UgUm7GIn1frS66YYrx+ax+oqMKnQnDlqpn9e1kWwDzo="; }; depsHash = "sha256-yE6zuLnFLtNq76AhtyE+giGLF2vcCqF7sfIvcY8W6Lg="; desktopName = "Rat King Adventure"; meta = { homepage = "https://github.com/TrashboxBobylev/Rat-King-Adventure"; downloadPage = "https://github.com/TrashboxBobylev/Rat-King-Adventure/releases"; description = "An expansive fork of RKPD2, itself a fork of the Shattered Pixel Dungeon roguelike"; }; } pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -38434,6 +38434,7 @@ with pkgs; shattered-pixel-dungeon = callPackage ../games/shattered-pixel-dungeon { }; rkpd2 = callPackage ../games/shattered-pixel-dungeon/rkpd2.nix { }; rat-king-adventure = callPackage ../games/shattered-pixel-dungeon/rat-king-adventure.nix { }; shticker-book-unwritten = callPackage ../games/shticker-book-unwritten { }; Loading
pkgs/games/shattered-pixel-dungeon/rat-king-adventure.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { callPackage , fetchFromGitHub }: callPackage ./generic.nix rec { pname = "rat-king-adventure"; version = "1.5.2a"; src = fetchFromGitHub { owner = "TrashboxBobylev"; repo = "Rat-King-Adventure"; rev = version; hash = "sha256-UgUm7GIn1frS66YYrx+ax+oqMKnQnDlqpn9e1kWwDzo="; }; depsHash = "sha256-yE6zuLnFLtNq76AhtyE+giGLF2vcCqF7sfIvcY8W6Lg="; desktopName = "Rat King Adventure"; meta = { homepage = "https://github.com/TrashboxBobylev/Rat-King-Adventure"; downloadPage = "https://github.com/TrashboxBobylev/Rat-King-Adventure/releases"; description = "An expansive fork of RKPD2, itself a fork of the Shattered Pixel Dungeon roguelike"; }; }
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -38434,6 +38434,7 @@ with pkgs; shattered-pixel-dungeon = callPackage ../games/shattered-pixel-dungeon { }; rkpd2 = callPackage ../games/shattered-pixel-dungeon/rkpd2.nix { }; rat-king-adventure = callPackage ../games/shattered-pixel-dungeon/rat-king-adventure.nix { }; shticker-book-unwritten = callPackage ../games/shticker-book-unwritten { };