Merge pull request #282211 from wegank/freedv-bump

freedv: 1.9.7.1 -> 1.9.7.2
This commit is contained in:
Nick Cao 2024-01-20 09:59:48 -05:00 committed by GitHub
commit fc8d57cc9a
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.7.1";
version = "1.9.7.2";
src = fetchFromGitHub {
owner = "drowe67";
repo = "freedv-gui";
rev = "v${version}";
hash = "sha256-cjqemWCjZr/1EOjUTsF4y03tvjQqquBLXxU0DG8OIFU=";
hash = "sha256-JbLP65fC6uHrHXpSUwtgYHB+VLfheo5RU3C44lx8QlQ=";
};
postPatch = lib.optionalString stdenv.isDarwin ''