summary refs log tree commit diff
path: root/pkgs/development/libraries/wcslib
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-16 20:50:54 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-17 09:32:57 +0200
commit8b88136f3e0a48aa344e679d3f9ecc5771f4e5c6 (patch)
tree529ade86f94dae9ef7ccb4d6998ac0c294df34e9 /pkgs/development/libraries/wcslib
parent9d6fabd905b42764e7f46f401352f2b4808a8c75 (diff)
downloadnixpkgs-8b88136f3e0a48aa344e679d3f9ecc5771f4e5c6.tar
nixpkgs-8b88136f3e0a48aa344e679d3f9ecc5771f4e5c6.tar.gz
nixpkgs-8b88136f3e0a48aa344e679d3f9ecc5771f4e5c6.tar.bz2
nixpkgs-8b88136f3e0a48aa344e679d3f9ecc5771f4e5c6.tar.lz
nixpkgs-8b88136f3e0a48aa344e679d3f9ecc5771f4e5c6.tar.xz
nixpkgs-8b88136f3e0a48aa344e679d3f9ecc5771f4e5c6.tar.zst
nixpkgs-8b88136f3e0a48aa344e679d3f9ecc5771f4e5c6.zip
wcslib: 6.2 -> 6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wcslib/versions
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 187eed6ae83..44e6370e640 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 = "6.2";
+  version = "6.3";
   name = "wcslib-${version}";
 
   buildInputs = [ flex ];
 
   src = fetchurl {
     url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${name}.tar.bz2";
-    sha256 ="01fqckazhbfqqhyr0wd9vcks1m2afmsh83l981alxg2r54jgwkdv";
+    sha256 ="1si272bms58yv1zmymx9ypx1ycka8bfqy8wk03rvl6nmciyz0dsc";
   };
 
   prePatch = ''