Unverified Commit fdba86f4 authored by Toma's avatar Toma Committed by GitHub
Browse files

heroic{,-unwrapped}: 2.19.1 -> 2.20.0; gogdl: 1.2.0 -> 1.2.1;...

heroic{,-unwrapped}: 2.19.1 -> 2.20.0; gogdl: 1.2.0 -> 1.2.1; heroic-unwrapped.legendary: 0.20.39 -> 0.20.41 (#492615)
parents 21ed0569 b354d388
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -6,16 +6,15 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "gogdl";
  version = "1.2.0";
  version = "1.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Heroic-Games-Launcher";
    repo = "heroic-gogdl";
    # two commits after the v1.2.0 tag, because the release messed up submodule fetching
    rev = "9759dfb1f50e0c68854f938e9568d84cab59652c";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-yjiPHEiZjs9TnBRaKzm1TpLcPK0tfIrzM30DX66m+1Y=";
    hash = "sha256-qYarDcwrVrTpLHQYdWQvXL5+V1wMyL06+n5t6LXKBHI=";
  };

  build-system = with python3Packages; [
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "legendary-heroic";
  version = "0.20.39";
  version = "0.20.41";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Heroic-Games-Launcher";
    repo = "legendary";
    tag = finalAttrs.version;
    hash = "sha256-2+9MRbwugBlBdZQQo6BUcLmwCqVdTAv9CZ+sPu5VAxY=";
    hash = "sha256-zX5Lyj8IDHETFyEpUaFnGaYZVs1hDy9rtwab1+rNlrw=";
  };

  build-system = with python3Packages; [
+3 −3
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "heroic-unwrapped";
  version = "2.19.1";
  version = "2.20.0";

  src = fetchFromGitHub {
    owner = "Heroic-Games-Launcher";
    repo = "HeroicGamesLauncher";
    tag = "v${finalAttrs.version}";
    hash = "sha256-e+/FRvG9u6ZQsMGD5hqY+yLPjsbLSrjC9Wp0xdxVk6w=";
    hash = "sha256-gjQPQ/PwpDlBUfNF1JAlWUDGJa+7hwoQtouihdSCDqI=";
  };

  pnpmDeps = fetchPnpmDeps {
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
      ;
    inherit pnpm;
    fetcherVersion = 3;
    hash = "sha256-uwJYOm+2wGNRHAiIw1UjCBLBW6kjtj6AFLWihCqtL28=";
    hash = "sha256-JLUiPNxcOpwkYaabl2kP73fgr+WFyXQW8y6qDIb5gt4=";
  };

  nativeBuildInputs = [