Unverified Commit 2b2f15c0 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

fheroes2: 1.1.8 -> 1.1.9 (#415914)

parents ee9679e3 51912750
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.8";
  version = "1.1.9";

  src = fetchFromGitHub {
    owner = "ihhub";
    repo = "fheroes2";
    rev = version;
    hash = "sha256-Z6pepW2hHaDNkkMVxuekoNNibsuicyGLmA8Y9isy8Mo=";
    hash = "sha256-REZBez5R10kifIAnuoTxoyFlcfv5JufjX3mkItD6US4=";
  };

  nativeBuildInputs = [ imagemagick ];