summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2021-07-31 18:40:30 -0400
committerBen Wolsieffer <benwolsieffer@gmail.com>2021-07-31 18:40:30 -0400
commite8b00e9eebf7d6138a767107758920bb98b47a22 (patch)
treec12e5048268ba13162e1ac354c19d7167a9fe1e7 /pkgs/applications
parent35859a355b5ad33f7364e1928a7da4317f3501b1 (diff)
downloadnixpkgs-e8b00e9eebf7d6138a767107758920bb98b47a22.tar
nixpkgs-e8b00e9eebf7d6138a767107758920bb98b47a22.tar.gz
nixpkgs-e8b00e9eebf7d6138a767107758920bb98b47a22.tar.bz2
nixpkgs-e8b00e9eebf7d6138a767107758920bb98b47a22.tar.lz
nixpkgs-e8b00e9eebf7d6138a767107758920bb98b47a22.tar.xz
nixpkgs-e8b00e9eebf7d6138a767107758920bb98b47a22.tar.zst
nixpkgs-e8b00e9eebf7d6138a767107758920bb98b47a22.zip
mavproxy: 1.8.39 -> 1.8.40
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/robotics/mavproxy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/robotics/mavproxy/default.nix b/pkgs/applications/science/robotics/mavproxy/default.nix
index ba0c2530849..4f83f957dbf 100644
--- a/pkgs/applications/science/robotics/mavproxy/default.nix
+++ b/pkgs/applications/science/robotics/mavproxy/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonApplication rec {
   pname = "MAVProxy";
-  version = "1.8.39";
+  version = "1.8.40";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-1RXuAiz9i5ZnLtDGQ+o3DNgWJ2FDJGIoelmlDmEzrts=";
+    sha256 = "cad317e2e879f1f7cb59af078788aaf0d09cd761ecd91ad091adf7ac6cc1bcdb";
   };
 
   postPatch = ''