Merge pull request #281582 from wegank/freedv-bump

freedv: 1.9.6 -> 1.9.7.1
This commit is contained in:
Weijia Wang 2024-01-19 04:10:30 +01:00 committed by GitHub
commit 3929cffbc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "freedv";
version = "1.9.6";
version = "1.9.7.1";
src = fetchFromGitHub {
owner = "drowe67";
repo = "freedv-gui";
rev = "v${version}";
hash = "sha256-2TqlBlbMhBqe8WqoyYLJ9B82sAy3MdoaYvvk+XB5CdQ=";
hash = "sha256-cjqemWCjZr/1EOjUTsF4y03tvjQqquBLXxU0DG8OIFU=";
};
postPatch = lib.optionalString stdenv.isDarwin ''