about summary refs log tree commit diff
path: root/pkgs/applications/radio/freedv
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-19 15:11:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-19 15:11:12 +0000
commitdea588afa7a81ae36916e2d97f9ea018ddce7082 (patch)
tree4a339897f24db55ea5b3708fafa64773618ba4a4 /pkgs/applications/radio/freedv
parent1899ff0ca052ee084f0750a8cd9ed8572af266f0 (diff)
freedv: 1.8.11 -> 1.8.12
Diffstat (limited to 'pkgs/applications/radio/freedv')
-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 ''