Unverified Commit 69caa341 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #302493 from aidalgol/heroic-2.14.1

heroic: 2.14.0 -> 2.14.1
parents 4a4906a5 f601f6b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
let appName = "heroic";
in stdenv.mkDerivation rec {
  pname = "heroic-unwrapped";
  version = "2.14.0";
  version = "2.14.1";

  src = fetchFromGitHub {
    owner = "Heroic-Games-Launcher";
    repo = "HeroicGamesLauncher";
    rev = "v${version}";
    hash = "sha256-EARNmvzOOE/AAQKqiXZhhCf2A/j9Cn2BRV9Yc0ezKfE=";
    hash = "sha256-AnyltqNP+XyVzgCobM3g6DIXntD3spKecYtCRx+8oic=";
  };

  offlineCache = fetchYarnDeps {