heroic: 2.14.0 -> 2.14.1

This commit is contained in:
Aidan Gauland 2024-04-08 16:39:53 +12:00
parent 3c1b6f7534
commit f601f6b835
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -17,13 +17,13 @@
let appName = "heroic"; let appName = "heroic";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "heroic-unwrapped"; pname = "heroic-unwrapped";
version = "2.14.0"; version = "2.14.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Heroic-Games-Launcher"; owner = "Heroic-Games-Launcher";
repo = "HeroicGamesLauncher"; repo = "HeroicGamesLauncher";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-EARNmvzOOE/AAQKqiXZhhCf2A/j9Cn2BRV9Yc0ezKfE="; hash = "sha256-AnyltqNP+XyVzgCobM3g6DIXntD3spKecYtCRx+8oic=";
}; };
offlineCache = fetchYarnDeps { offlineCache = fetchYarnDeps {