Unverified Commit 38164d16 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

Merge pull request #198115 from trofi/fheroes2-use-gitUpdate

fheroes2: switch to gitUpdater to avoid non-version tags
parents d2d94ba2 bcfe4b40
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
{ stdenv, lib, fetchFromGitHub
, gettext, glibcLocalesUtf8, libpng, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, zlib

# updater only
, nix-update-script
, gitUpdater
}:

stdenv.mkDerivation rec {
@@ -43,8 +42,8 @@ stdenv.mkDerivation rec {
  '';

  passthru = {
    updateScript = nix-update-script {
      attrPath = pname;
    updateScript = gitUpdater {
      url = "https://github.com/ihhub/fheroes2.git";
    };
  };