Merge pull request #269807 from r-ryantm/auto-update/fldigi

fldigi: 4.2.00 -> 4.2.03
This commit is contained in:
Pol Dellaiera 2023-11-27 21:00:42 +01:00 committed by GitHub
commit 6f558be19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "fldigi";
version = "4.2.00";
version = "4.2.03";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-F09C6R3mEgYVhS7/MqEBFzfqGKbyrAem5/+QDlwI+9k=";
hash = "sha256-tcJYpIeFgoC+jXIdvc1ix+/6v9oPccfxgQbL0wIIKaY=";
};
nativeBuildInputs = [ pkg-config ];