fllog: 1.2.8 -> 1.2.9

This commit is contained in:
R. Ryantm
2025-06-16 12:31:53 +00:00
parent 88c2eff74c
commit 836bb82980
+2 -2
View File
@@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "1.2.8";
version = "1.2.9";
pname = "fllog";
src = fetchurl {
url = "mirror://sourceforge/fldigi/${pname}-${version}.tar.gz";
sha256 = "sha256-kJLb1ifd8sUOwGgNsIEmlhH29fQLdTfDMjKLrzK7r1I=";
sha256 = "sha256-3eJvT9PjHTrMn0/pArUDIIE7T7y1YnayG5PuGokwtRk=";
};
buildInputs = [