summary refs log tree commit diff
path: root/pkgs/development/libraries/wcslib
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 17:25:57 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 17:25:57 -0800
commit133310eeec79a25f79edcf0dbf6b36a1ba4bdc4e (patch)
tree61c37b5ea72d65d45a15f051bb3e6652b9a9bc52 /pkgs/development/libraries/wcslib
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixpkgs-133310eeec79a25f79edcf0dbf6b36a1ba4bdc4e.tar
nixpkgs-133310eeec79a25f79edcf0dbf6b36a1ba4bdc4e.tar.gz
nixpkgs-133310eeec79a25f79edcf0dbf6b36a1ba4bdc4e.tar.bz2
nixpkgs-133310eeec79a25f79edcf0dbf6b36a1ba4bdc4e.tar.lz
nixpkgs-133310eeec79a25f79edcf0dbf6b36a1ba4bdc4e.tar.xz
nixpkgs-133310eeec79a25f79edcf0dbf6b36a1ba4bdc4e.tar.zst
nixpkgs-133310eeec79a25f79edcf0dbf6b36a1ba4bdc4e.zip
wcslib: 5.15 -> 5.18
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.18 with grep in /nix/store/pr88acrgc8w11q3p8407w7v0kwd2asq8-wcslib-5.18
- found 5.18 in filename of file in /nix/store/pr88acrgc8w11q3p8407w7v0kwd2asq8-wcslib-5.18
Diffstat (limited to 'pkgs/development/libraries/wcslib')
-rw-r--r--pkgs/development/libraries/wcslib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wcslib/default.nix b/pkgs/development/libraries/wcslib/default.nix
index 64c5293fac7..5dd79980680 100644
--- a/pkgs/development/libraries/wcslib/default.nix
+++ b/pkgs/development/libraries/wcslib/default.nix
@@ -1,14 +1,14 @@
 { fetchurl,  stdenv, flex }:
 
 stdenv.mkDerivation rec {
-  version = "5.15";
+  version = "5.18";
   name = "wcslib-${version}";
 
   buildInputs = [ flex ];
 
   src = fetchurl {
     url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${name}.tar.bz2";
-    sha256 ="1s2nig327g4bimd9xshlk11ww09a7mrjmsbpdcd8smsmn2kl1glb";
+    sha256 ="16jh568k99c9p0y3qzcgps2rii933x9wlay7q1xm0lr59zqzp4xn";
   };
 
   prePatch = ''