Commit bf1847c9 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files
parent d393ac8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

callPackage ../generic.nix rec {
  pname = "shorter-pixel-dungeon";
  version = "1.4.0";
  version = "1.5.0";

  src = fetchFromGitHub {
    owner = "TrashboxBobylev";
    repo = "Shorter-Pixel-Dungeon";
    rev = "Short-${version}";
    hash = "sha256-iG90T/Ho8/JY3HgkACiBnGdbUGsVRlfxXbcNFHhzZi4=";
    hash = "sha256-y4DKSdq0LofKxlAi6RoaF8q+QD5KrTcmCmx9cpBxGgs=";
  };

  desktopName = "Shorter Pixel Dungeon";