Merge pull request #302493 from aidalgol/heroic-2.14.1

heroic: 2.14.0 -> 2.14.1
This commit is contained in:
K900 2024-04-08 08:47:18 +03:00 committed by GitHub
commit 69caa34172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 {