fldigi: 4.2.05 -> 4.2.06

This commit is contained in:
R. Ryantm 2024-10-14 12:26:36 +00:00
parent 7e823e977e
commit a7bdae214c

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "fldigi";
version = "4.2.05";
version = "4.2.06";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-rBGJ+63Szhy37LQw0LpE2/lLyP5lwK7hsz/uq453iHY=";
hash = "sha256-Q2DeIl1vjP65u2pb5qxJLlJwLI9wT4dgnEUtO8sbbAg=";
};
nativeBuildInputs = [ pkg-config ];