Unverified Commit 6f30fab9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

fheroes2: 1.1.6 -> 1.1.7 (#393683)

parents a3a9b2f7 db4da036
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.6";
  version = "1.1.7";

  src = fetchFromGitHub {
    owner = "ihhub";
    repo = "fheroes2";
    rev = version;
    hash = "sha256-CowCP+gZuGSXWbALYBkmyn+RlDgOGho/Px34GutrBX0=";
    hash = "sha256-PXh8yPalXQ91roSzvWXLnHVgjz7unyWytR1x3bvh2OU=";
  };

  nativeBuildInputs = [ imagemagick ];