wcslib: 8.4 -> 8.5

This commit is contained in:
R. Ryantm
2025-12-09 14:53:40 +00:00
parent 77bb04cd4b
commit da73bc0168
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "wcslib";
version = "8.4";
version = "8.5";
src = fetchurl {
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${pname}-${version}.tar.bz2";
hash = "sha256-lguERCbRSotTze7XgliqkojN7ZmncywGZ8ZPpqUBJtw=";
hash = "sha256-8f0bePv9ur2jY/gEXgxZ4yc17KRUgqUwIZHlb+Bi6s4=";
};
nativeBuildInputs = [ flex ];