about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-09 19:58:53 +0200
committerGitHub <noreply@github.com>2024-06-09 19:58:53 +0200
commit00b63506bbd6e5df730b3778ff3e4729cd31e8a9 (patch)
treea3bacf2599f42dea7cc96047dafc44ae74bbf1a8
parent7b9135d3ae24bf15ca0fac57f4114c99e28bec3b (diff)
parent11c02679cdc328ba6bf584555dcef5e8ae1203de (diff)
Merge pull request #318405 from r-ryantm/auto-update/freedv
freedv: 1.9.9.1 -> 1.9.9.2
-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 8c108af5f82ea..27da63dd40221 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.9.9.1";
+  version = "1.9.9.2";
 
   src = fetchFromGitHub {
     owner = "drowe67";
     repo = "freedv-gui";
     rev = "v${version}";
-    hash = "sha256-i0SVu3txC+JUp0P6cFlmn/66lOmii7JMGIvc43nZoOE=";
+    hash = "sha256-oFuAH81mduiSQGIDgDDy1IPskqqCBmfWbpqQstUIw9g=";
   };
 
   postPatch = lib.optionalString stdenv.isDarwin ''