mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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 {
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue