summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/robotics/emuflight-configurator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/robotics/emuflight-configurator/default.nix')
-rw-r--r--pkgs/applications/science/robotics/emuflight-configurator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/robotics/emuflight-configurator/default.nix b/pkgs/applications/science/robotics/emuflight-configurator/default.nix
index 112049d7c016..0a733261ea2b 100644
--- a/pkgs/applications/science/robotics/emuflight-configurator/default.nix
+++ b/pkgs/applications/science/robotics/emuflight-configurator/default.nix
@@ -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 ];