Merge pull request #285862 from aidalgol/heroic-2.12.1

heroic: 2.12.0 -> 2.12.1
This commit is contained in:
Mario Rodas
2024-02-03 08:23:29 -05:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
let appName = "heroic";
in stdenv.mkDerivation rec {
pname = "heroic-unwrapped";
version = "2.12.0";
version = "2.12.1";
src = fetchFromGitHub {
owner = "Heroic-Games-Launcher";
repo = "HeroicGamesLauncher";
rev = "v${version}";
hash = "sha256-1+TqIExvZHE3X38Fh43CasmTyjIr2WcEw07ZJEFrcBw=";
hash = "sha256-dfyyxE2U5rSSoTY2L5bKsnjQ8u53GgAXa+V+idDr51Q=";
};
offlineCache = fetchYarnDeps {