Unverified Commit 1d9898eb authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #276445 from trofi/fheroes2-update

fheroes2: 1.0.10 -> 1.0.11
parents 2b996bbc c160b6f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "fheroes2";
  version = "1.0.10";
  version = "1.0.11";

  src = fetchFromGitHub {
    owner = "ihhub";
    repo = "fheroes2";
    rev = version;
    hash = "sha256-bh27piX1/HIlbOmTpqQCV7NaHxOMtwMIGrjlXrFvHWE=";
    hash = "sha256-R7hl5VzzdRcU9TF6WfiLYgUFpVixuppLobMsan0jKsQ=";
  };

  nativeBuildInputs = [ imagemagick ];