Commit f72cf3a4 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

fheroes2: 1.1.10 -> 1.1.11

parent 93b1ca68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "fheroes2";
  version = "1.1.10";
  version = "1.1.11";

  src = fetchFromGitHub {
    owner = "ihhub";
    repo = "fheroes2";
    rev = version;
    hash = "sha256-dtc+/FvYJPgdtrDRq+fofrlXW3NjgtFMDd6rCmweiMw=";
    hash = "sha256-U8iJAhubMHGPXNph+kWhMzRDbh3e4bikgQKbPPeKqV8=";
  };

  nativeBuildInputs = [ imagemagick ];