Commit 3438f840 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

experienced-pixel-dungeon: 2.17.2 -> 2.18

parent 595e10ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,18 +4,18 @@

callPackage ./generic.nix rec {
  pname = "experienced-pixel-dungeon";
  version = "2.17.2";
  version = "2.18";

  src = fetchFromGitHub {
    owner = "TrashboxBobylev";
    repo = "Experienced-Pixel-Dungeon-Redone";
    rev = "ExpPD-${version}";
    hash = "sha256-eX+wPw2Bi37yQZ+ftjEkiGzvheJZingqDqy1481ABvs=";
    hash = "sha256-jOKHBd9LaDn3oqLdQWqAcJnicktlbkDGw00nT8JveoI=";
  };

  postPatch = ''
    substituteInPlace build.gradle \
      --replace-fail "gdxControllersVersion = '2.2.3-SNAPSHOT'" "gdxControllersVersion = '2.2.3'"
      --replace-fail "gdxControllersVersion = '2.2.4-SNAPSHOT'" "gdxControllersVersion = '2.2.3'"
  '';

  depsHash = "sha256-PyBEhlOOVD3/YH4SWs1yMkdg3U96znk1/VV6SAr8S30=";