wsjtx: 2.6.1 -> 2.7.0

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2025-02-19 17:50:44 -05:00
parent a7abebc31a
commit 3eadb5a52c
+2 -2
View File
@@ -23,12 +23,12 @@
stdenv.mkDerivation rec {
pname = "wsjtx";
version = "2.6.1";
version = "2.7.0";
src = fetchgit {
url = "http://git.code.sf.net/p/wsjt/wsjtx";
rev = "wsjtx-${version}";
hash = "sha256-fELx3B9JqCCL5vaIHab3of5ah9qdu5lemqjUnvY5DdM=";
hash = "sha256-AAPZTJUhz3x/28B9rk2uwFs1bkcEvaj+hOzAjpsFALQ=";
};
nativeBuildInputs = [