heroic: 2.14.0 -> 2.14.1

This commit is contained in:
Aidan Gauland
2024-04-08 16:40:26 +12:00
parent 3c1b6f7534
commit f601f6b835
+2 -2
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 {