mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
flashgbx: 4.3 -> 4.4
This commit is contained in:
parent
8158addeae
commit
9ea2fe0946
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "flashgbx";
|
pname = "flashgbx";
|
||||||
version = "4.3";
|
version = "4.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "FlashGBX";
|
repo = "FlashGBX";
|
||||||
owner = "lesserkuma";
|
owner = "lesserkuma";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-jPD+7bFU6k1+NRKRHwynEmZ0G6ZwnF8AZVuTqk5DjEY=";
|
hash = "sha256-C5RljQB6km5yYvFRj/s5AZfMIuMmaqsHnn9BhYWAP4o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopItems = [
|
desktopItems = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue