about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2022-12-28 12:18:43 +0100
committerGitHub <noreply@github.com>2022-12-28 12:18:43 +0100
commit64160268adbbdde8c5a0b13ebe1588ad67d1ed76 (patch)
treeb802cf3a2a2d5ca8a47ec944074d0a570e6d335f /pkgs/applications/radio
parentce5abb79c500465db068df9ad4d018a6186e7c9a (diff)
parent5f9146daee699d5ad3dc21313f77cece4d7afe87 (diff)
Merge pull request #207807 from r-ryantm/auto-update/freedv
freedv: 1.8.5 -> 1.8.6
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/freedv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/freedv/default.nix b/pkgs/applications/radio/freedv/default.nix
index c7877f96e8437..d6b4794e97d8f 100644
--- a/pkgs/applications/radio/freedv/default.nix
+++ b/pkgs/applications/radio/freedv/default.nix
@@ -21,13 +21,13 @@
 
 stdenv.mkDerivation rec {
   pname = "freedv";
-  version = "1.8.5";
+  version = "1.8.6";
 
   src = fetchFromGitHub {
     owner = "drowe67";
     repo = "freedv-gui";
     rev = "v${version}";
-    hash = "sha256-BkxEg4vQ943QyDo9V1hG2XimguGn8XpO9aIz5si0PKU=";
+    hash = "sha256-zzzRePBc09fK1ILoDto3EVz7IxJKePi39E18BrQedE0=";
   };
 
   postPatch = lib.optionalString stdenv.isDarwin ''