about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-07-26 13:26:52 +0200
committerGitHub <noreply@github.com>2023-07-26 13:26:52 +0200
commit6654be0f4cadc7f2101c13c2834274cad8278d56 (patch)
tree057f780390a7a78d9cf20ac37c4fe7f27c8333db /pkgs/applications/radio
parent609c638b1c08211a981a0a233b0a64c5c8eabcb8 (diff)
parentdea588afa7a81ae36916e2d97f9ea018ddce7082 (diff)
Merge pull request #244370 from r-ryantm/auto-update/freedv
freedv: 1.8.11 -> 1.8.12
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 cf62da4d0e7a6..a8a3d0f875050 100644
--- a/pkgs/applications/radio/freedv/default.nix
+++ b/pkgs/applications/radio/freedv/default.nix
@@ -25,13 +25,13 @@
 
 stdenv.mkDerivation rec {
   pname = "freedv";
-  version = "1.8.11";
+  version = "1.8.12";
 
   src = fetchFromGitHub {
     owner = "drowe67";
     repo = "freedv-gui";
     rev = "v${version}";
-    hash = "sha256-uI81dz0rU2/UnLvoQffuFOB3NGaTK0MJmCWGvGQKw24=";
+    hash = "sha256-5qq7EDCLAiCReFS1V8R2SkFI8CesmQclimcE3USGV/U=";
   };
 
   postPatch = lib.optionalString stdenv.isDarwin ''