freedv: 1.9.1 -> 1.9.2

This commit is contained in:
Weijia Wang 2023-09-17 00:17:47 +02:00
parent 6fb1efb2d7
commit fc11204184

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "freedv";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "drowe67";
repo = "freedv-gui";
rev = "v${version}";
hash = "sha256-4bkT853MZL6v0/PRh0RJBhqdFBXgWFSPDtIPLgcKR8A=";
hash = "sha256-SBWwAmIsa9HfaZpH8TioMm9IaoZ+x4HNHaOBps0vA0A=";
};
postPatch = lib.optionalString stdenv.isDarwin ''