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

emuflight-configurator: 0.4.0 -> 0.4.1
This commit is contained in:
Jonas Heinrich 2022-08-22 16:07:10 +02:00 committed by GitHub
commit ed7e80c85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "emuflight-configurator";
version = "0.4.0";
version = "0.4.1";
src = fetchurl {
url = "https://github.com/emuflight/EmuConfigurator/releases/download/${version}/emuflight-configurator_${version}_linux64.zip";
sha256 = "sha256-s5AE+r9Fw6S7IG2cDW2T7vctcYIAY8al7eCFIDjD5oI=";
sha256 = "sha256-e4HNg5yr9V5LyT0hYP6gzw0tZm4dLidJg5MQtH3L3JI=";
};
nativeBuildInputs = [ wrapGAppsHook unzip copyDesktopItems ];