libdap: 3.19.1 -> 3.20.0
* libdap: 3.19.1 -> 3.20.0 (#47785) 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 * libdap: homepage has moved
This commit is contained in:
parent
29d0eec15f
commit
e79623115f
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, bison, libuuid, curl, libxml2, flex }:
|
{ stdenv, fetchurl, bison, libuuid, curl, libxml2, flex }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.19.1";
|
version = "3.20.0";
|
||||||
name = "libdap-${version}";
|
name = "libdap-${version}";
|
||||||
|
|
||||||
nativeBuildInputs = [ bison flex ];
|
nativeBuildInputs = [ bison flex ];
|
||||||
@ -9,12 +9,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.opendap.org/pub/source/${name}.tar.gz";
|
url = "https://www.opendap.org/pub/source/${name}.tar.gz";
|
||||||
sha256 = "0gnki93z3kkzp65x7n1kancy7bd503j4qja5fhzvm1gkmi5l65aj";
|
sha256 = "0cr3d7dlzq583dqqrkbs1bkcrwag4hp7hwrx5c0mjk7q4vrslh92";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A C++ SDK which contains an implementation of DAP";
|
description = "A C++ SDK which contains an implementation of DAP";
|
||||||
homepage = https://www.opendap.org/download/libdap;
|
homepage = https://www.opendap.org/software/libdap;
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = [ maintainers.bzizou ];
|
maintainers = [ maintainers.bzizou ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user