From e340af68e52ca359addb6a13d1483b964fb0c365 Mon Sep 17 00:00:00 2001 From: Keenan Weaver Date: Wed, 22 Apr 2026 17:09:04 -0500 Subject: [PATCH] legendary-heroic: 0.20.42 -> 0.20.43 --- pkgs/by-name/he/heroic-unwrapped/legendary.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/he/heroic-unwrapped/legendary.nix b/pkgs/by-name/he/heroic-unwrapped/legendary.nix index 2cb52e000285..2f968468aeba 100644 --- a/pkgs/by-name/he/heroic-unwrapped/legendary.nix +++ b/pkgs/by-name/he/heroic-unwrapped/legendary.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "legendary-heroic"; - version = "0.20.42"; + version = "0.20.43"; pyproject = true; src = fetchFromGitHub { owner = "Heroic-Games-Launcher"; repo = "legendary"; tag = finalAttrs.version; - hash = "sha256-ZnOQhIGAgUvZVdPpxdothKzPElp/hdvUJA0mTpXLyIM="; + hash = "sha256-EQBrj+GOmVD0ZEArOk1Me4LLKbs6Ezl1lTzD0k5uUsQ="; }; build-system = with python3Packages; [ @@ -25,6 +25,7 @@ python3Packages.buildPythonApplication (finalAttrs: { requests requests-futures filelock + pycryptodomex ]; pythonImportsCheck = [ "legendary" ];