{ callPackage , fetchFromGitHub }: callPackage ./generic.nix rec { pname = "rat-king-adventure"; version = "1.5.3"; src = fetchFromGitHub { owner = "TrashboxBobylev"; repo = "Rat-King-Adventure"; rev = version; hash = "sha256-Q/smIObu7khcRnwdT8m7+WstpPE1tbDFJcZ4OGYJ338="; }; 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"; }; }