mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
flashgbx: 3.37 -> 4.0.1
https://github.com/lesserkuma/FlashGBX/releases/tag/4.0.1
This commit is contained in:
parent
c2982aa569
commit
781535abde
@ -8,13 +8,13 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "flashgbx";
|
||||
version = "3.37";
|
||||
version = "4.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "FlashGBX";
|
||||
owner = "lesserkuma";
|
||||
rev = version;
|
||||
hash = "sha256-3527QmSSpGotFHKTg0yb6MgHKSze+9BECQWqZM3qKsw=";
|
||||
hash = "sha256-TDrt0dtMX+SHnIUWnWqIhiL4AKqfQdrdwrKRsoBDrpQ=";
|
||||
};
|
||||
|
||||
desktopItems = [
|
||||
|
Loading…
Reference in New Issue
Block a user