emuflight-configurator: 0.4.1 -> 0.4.3

This commit is contained in:
R. Ryantm 2024-07-12 17:05:56 +00:00
parent b521675c51
commit 2bf90681b6

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "emuflight-configurator";
version = "0.4.1";
version = "0.4.3";
src = fetchurl {
url = "https://github.com/emuflight/EmuConfigurator/releases/download/${version}/emuflight-configurator_${version}_linux64.zip";
sha256 = "sha256-e4HNg5yr9V5LyT0hYP6gzw0tZm4dLidJg5MQtH3L3JI=";
sha256 = "sha256-7NcN1wF3BUClJBVm13VnV80N/+a2jAEIRqB/x9+GDEg=";
};
nativeBuildInputs = [ wrapGAppsHook3 unzip copyDesktopItems ];