Merge pull request #326610 from r-ryantm/auto-update/emuflight-configurator

emuflight-configurator: 0.4.1 -> 0.4.3
This commit is contained in:
Masum Reza 2024-07-15 11:38:37 +05:30 committed by GitHub
commit 75f7009ac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];