flashgbx: 4.0.1 -> 4.1

This commit is contained in:
R. Ryantm 2024-07-19 03:26:47 +00:00
parent 5079f7b926
commit 159fe92b7f

View File

@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "flashgbx";
version = "4.0.1";
version = "4.1";
src = fetchFromGitHub {
repo = "FlashGBX";
owner = "lesserkuma";
rev = version;
hash = "sha256-TDrt0dtMX+SHnIUWnWqIhiL4AKqfQdrdwrKRsoBDrpQ=";
rev = "refs/tags/${version}";
hash = "sha256-4/f3K5MQBEIdYdcT2NudHJL+VyZT/hj9bw5tfJIco8w=";
};
desktopItems = [