libdap: 3.20.3 -> 3.20.4
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
This commit is contained in:
parent
322201aefb
commit
e8f2f769fd
@ -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.20.3";
|
version = "3.20.4";
|
||||||
name = "libdap-${version}";
|
name = "libdap-${version}";
|
||||||
|
|
||||||
nativeBuildInputs = [ bison flex ];
|
nativeBuildInputs = [ bison flex ];
|
||||||
@ -9,7 +9,7 @@ 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 = "0n6ciicaa7sn88gvg5sgcq0438i3vh6xbl9lxgafjqiznli1k5i9";
|
sha256 = "0x44igs389b49nb2psd656wpvmbx9bwmla2l5ahfa09vxb314s5i";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user