lol

wsjtx: 2.6.1 -> 2.7.0

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>

+2 -2
+2 -2
pkgs/applications/radio/wsjtx/default.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "wsjtx"; 26 - version = "2.6.1"; 26 + version = "2.7.0"; 27 27 28 28 src = fetchgit { 29 29 url = "http://git.code.sf.net/p/wsjt/wsjtx"; 30 30 rev = "wsjtx-${version}"; 31 - hash = "sha256-fELx3B9JqCCL5vaIHab3of5ah9qdu5lemqjUnvY5DdM="; 31 + hash = "sha256-AAPZTJUhz3x/28B9rk2uwFs1bkcEvaj+hOzAjpsFALQ="; 32 32 }; 33 33 34 34 nativeBuildInputs = [