Merge pull request #255552 from wegank/freedv-bump

freedv: 1.9.1 -> 1.9.2
This commit is contained in:
markuskowa 2023-09-17 12:29:55 +02:00 committed by GitHub
commit 02aceb0307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ''