Skip to content

Commit

Permalink
libdap: 3.20.0 -> 3.20.2
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdap/versions
  • Loading branch information
r-ryantm authored and fpletz committed Dec 17, 2018
1 parent 8bb236c commit b439f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libdap/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ stdenv, fetchurl, bison, libuuid, curl, libxml2, flex }:

stdenv.mkDerivation rec {
version = "3.20.0";
version = "3.20.2";
name = "libdap-${version}";

nativeBuildInputs = [ bison flex ];
buildInputs = [ libuuid curl libxml2 ];

src = fetchurl {
url = "https://www.opendap.org/pub/source/${name}.tar.gz";
sha256 = "0cr3d7dlzq583dqqrkbs1bkcrwag4hp7hwrx5c0mjk7q4vrslh92";
sha256 = "0kp35ghj48wqgy67xyplwhmw21r8r0p00y2hw0fv65g4yrsgvsk0";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit b439f90

Please sign in to comment.