summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-18 06:19:51 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-18 06:19:51 +0100
commit8b05aef04e12bc86b0c44445d776344384432862 (patch)
tree29467e15f31613458fa7fe2be87f1fd3197d4504 /pkgs/applications
parent5d11cc77b2f06d95be6e5570d086eea27ca7df35 (diff)
downloadnixpkgs-8b05aef04e12bc86b0c44445d776344384432862.tar
nixpkgs-8b05aef04e12bc86b0c44445d776344384432862.tar.gz
nixpkgs-8b05aef04e12bc86b0c44445d776344384432862.tar.bz2
nixpkgs-8b05aef04e12bc86b0c44445d776344384432862.tar.lz
nixpkgs-8b05aef04e12bc86b0c44445d776344384432862.tar.xz
nixpkgs-8b05aef04e12bc86b0c44445d776344384432862.tar.zst
nixpkgs-8b05aef04e12bc86b0c44445d776344384432862.zip
freedv: 1.9.4 -> 1.9.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/radio/freedv/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/radio/freedv/default.nix b/pkgs/applications/radio/freedv/default.nix
index 66a932b9c99..a337470664a 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.4";
+  version = "1.9.5";
 
   src = fetchFromGitHub {
     owner = "drowe67";
     repo = "freedv-gui";
     rev = "v${version}";
-    hash = "sha256-3SQ3a1gg4/cXy8BJXazTgh6nkS/KQpM0fCA6JcbHOPc=";
+    hash = "sha256-uCWdDmHzNx1vkZFttQZLD4YfXoXz5VZQfir9sGOoDhw=";
   };
 
   postPatch = lib.optionalString stdenv.isDarwin ''
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
       --replace "-Wl,-ld_classic" ""
     substituteInPlace src/CMakeLists.txt \
       --replace "\''${CMAKE_SOURCE_DIR}/macdylibbundler/dylibbundler" "dylibbundler"
-    sed -i "/hdiutil/d" src/CMakeLists.txt
+    sed -i "/codesign/d;/hdiutil/d" src/CMakeLists.txt
   '';
 
   nativeBuildInputs = [