mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
5d35e62005
commit
6fc882a95d
1 changed files with 3 additions and 2 deletions
|
@ -10,14 +10,14 @@
|
|||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "pixelflasher";
|
||||
version = "7.11.4.0";
|
||||
version = "8.0.1.0";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "badabing2005";
|
||||
repo = "PixelFlasher";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-TFvMxYGiRNpuwQyDmSqnksQ31azucZzXq9mZHvl/C4U=";
|
||||
hash = "sha256-3cIrQ5MbYfWpxFZBJTg0h/Q8PHsWP4KYZvGUnhMEjK4=";
|
||||
};
|
||||
|
||||
desktopItems = [
|
||||
|
@ -43,6 +43,7 @@ python3Packages.buildPythonApplication rec {
|
|||
lz4
|
||||
markdown
|
||||
platformdirs
|
||||
polib
|
||||
protobuf4
|
||||
psutil
|
||||
pyperclip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue