Unverified Commit b354d388 authored by TomaSajt's avatar TomaSajt
Browse files

heroic-unwrapped.legendary: 0.20.39 -> 0.20.41

parent 0be65272
Loading
Loading
Loading
Loading
+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; [