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
+2 -2
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 ];