hamlib_4: 4.5.2 -> 4.5.5

This commit is contained in:
R. Ryantm 2023-04-27 04:50:04 +00:00
parent 1aa3393fce
commit f9afd1f325

View file

@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "hamlib";
version = "4.5.2";
version = "4.5.5";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-Wg+eky/+LTlx4HtUSqYr7D5JTnP/HOPKM/oNiOGZsGE=";
sha256 = "sha256-YByJ8y7SJelSet49ZNDQXSMgLAWuIf+nflnXDuRZf80=";
};
nativeBuildInputs = [