mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
Merge pull request #5464 from ftrvxmtrx/fldigi-3.22.02
fldigi 3.21.83 -> 3.22.02
This commit is contained in:
commit
67b56ea5d8
@ -2,13 +2,13 @@
|
|||||||
libsamplerate, pulseaudio, libXinerama, gettext, pkgconfig, alsaLib }:
|
libsamplerate, pulseaudio, libXinerama, gettext, pkgconfig, alsaLib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.21.83";
|
version = "3.22.02";
|
||||||
pname = "fldigi";
|
pname = "fldigi";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.w1hkj.com/downloads/${pname}/${name}.tar.gz";
|
url = "http://www.w1hkj.com/downloads/${pname}/${name}.tar.gz";
|
||||||
sha256 = "1fyg6dc6xnxb620rrhws60wj10lsgbwsmnhz8vc6ncspx8mx7019";
|
sha256 = "1gry3r133j2x99h0ji56v6yjxzvbi0hb18p1lbkr9djzjvf591j3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libXinerama gettext hamlib fltk13 libjpeg libpng portaudio
|
buildInputs = [ libXinerama gettext hamlib fltk13 libjpeg libpng portaudio
|
||||||
|
Loading…
Reference in New Issue
Block a user