Unverified Commit 704b0c55 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

fheroes2: 1.0.7 -> 1.0.8
parents 93cf44c0 a76a7bb1
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.7";
  version = "1.0.8";

  src = fetchFromGitHub {
    owner = "ihhub";
    repo = "fheroes2";
    rev = version;
    sha256 = "sha256-DRwCTy87mC1bXpOEaPGQc+dJaPOaKzlmJv9d/BntR7s=";
    sha256 = "sha256-lDMKMh0ztRI3sIV4+xIc25JcY5Opj5dY7pKiPx86qD0=";
  };

  nativeBuildInputs = [ imagemagick ];