Unverified Commit fee5655a authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #181181 from r-ryantm/auto-update/fheroes2

fheroes2: 0.9.16 -> 0.9.17
parents f3eb585d 5cc64d91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "fheroes2";
  version = "0.9.16";
  version = "0.9.17";

  src = fetchFromGitHub {
    owner = "ihhub";
    repo = "fheroes2";
    rev = version;
    sha256 = "sha256-avN7InwC6YOWSRjV15HOKdAU8azZiFUfT6JjwfDAdCs=";
    sha256 = "sha256-mitkB7BDqqDbWa+zhcg66dh/SQd6XuUjl/kLWob9zwI=";
  };

  buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];