Commit 41434a07 authored by R. RyanTM's avatar R. RyanTM
Browse files

fldigi: 4.2.00 -> 4.2.03

parent 4909f031
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];