mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 13:18:00 +00:00
wcslib: 8.3 -> 8.4 (#361224)
This commit is contained in:
commit
904fabb9ab
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wcslib";
|
||||
version = "8.3";
|
||||
version = "8.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${pname}-${version}.tar.bz2";
|
||||
sha256 = "sha256-Qx6jQXknu8Arib+jQV3AtGaLDyGjtG+4o1JeL89hRQg=";
|
||||
sha256 = "sha256-lguERCbRSotTze7XgliqkojN7ZmncywGZ8ZPpqUBJtw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flex ];
|
||||
|
Loading…
Reference in New Issue
Block a user