heroic: 2.15.1 -> 2.15.2

This commit is contained in:
Aidan Gauland 2024-09-21 09:37:11 +12:00
parent f9f65a7b29
commit 0ffc21b100
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "heroic-unwrapped";
version = "2.15.1";
version = "2.15.2";
src = fetchFromGitHub {
owner = "Heroic-Games-Launcher";
repo = "HeroicGamesLauncher";
rev = "v${finalAttrs.version}";
hash = "sha256-+OQRcBOf9Y34DD7FOp/3SO05mREG6or/HPiOkasHWPM=";
hash = "sha256-AndJqk1VAUdC4pOTRzyfhdxmzJMskGF6pUiqPs3fIy4=";
};
pnpmDeps = pnpm.fetchDeps {