pixelflasher: 7.11.4.0 -> 8.0.1.0

Changelog: https://github.com/badabing2005/PixelFlasher/compare/v7.11.4.0...v8.0.1.0
Upstream added a dependency on `polib` in e11422f1f8
This commit is contained in:
cy 2025-05-11 19:45:27 -04:00
parent 5d35e62005
commit 6fc882a95d
No known key found for this signature in database

View file

@ -10,14 +10,14 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "pixelflasher"; pname = "pixelflasher";
version = "7.11.4.0"; version = "8.0.1.0";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "badabing2005"; owner = "badabing2005";
repo = "PixelFlasher"; repo = "PixelFlasher";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-TFvMxYGiRNpuwQyDmSqnksQ31azucZzXq9mZHvl/C4U="; hash = "sha256-3cIrQ5MbYfWpxFZBJTg0h/Q8PHsWP4KYZvGUnhMEjK4=";
}; };
desktopItems = [ desktopItems = [
@ -43,6 +43,7 @@ python3Packages.buildPythonApplication rec {
lz4 lz4
markdown markdown
platformdirs platformdirs
polib
protobuf4 protobuf4
psutil psutil
pyperclip pyperclip