Commit 6405e6cd authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

fheroes2: 1.1.9 -> 1.1.10

parent 2e19e30b
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.9";
  version = "1.1.10";

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

  nativeBuildInputs = [ imagemagick ];