lol

experienced-pixel-dungeon: 2.18.2 -> 2.19 (#387929)

authored by

Francesco Gazzetta and committed by
GitHub
0ad191eb 2ac2d4b1

+3 -3
+3 -3
pkgs/games/shattered-pixel-dungeon/experienced-pixel-dungeon/default.nix
··· 5 5 6 6 callPackage ../generic.nix rec { 7 7 pname = "experienced-pixel-dungeon"; 8 - version = "2.18.2"; 8 + version = "2.19"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "TrashboxBobylev"; 12 12 repo = "Experienced-Pixel-Dungeon-Redone"; 13 - rev = "ExpPD-${version}"; 14 - hash = "sha256-REBltg7rKgrNSKHh3QuG8XVLPivS1fAtyqf/TRjH0W0="; 13 + tag = "ExpPD-${version}"; 14 + hash = "sha256-O3FEHIOGe1sO8L4eDUF3NGXhB9LviLT8M6mGqpe42B4="; 15 15 }; 16 16 17 17 desktopName = "Experienced Pixel Dungeon";