Merge pull request #58391 from r-ryantm/auto-update/nbd

nbd: 3.18 -> 3.19
This commit is contained in:
Peter Simons 2019-03-26 21:17:41 +01:00 committed by GitHub
commit ffc14a60b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, which }:
stdenv.mkDerivation rec {
name = "nbd-3.18";
name = "nbd-3.19";
src = fetchurl {
url = "mirror://sourceforge/nbd/${name}.tar.xz";
sha256 = "0cb0sjiv0j9sh9dk24nrjm7sa0axbrcp2av5hc91g1ryzk764dyq";
sha256 = "1446rdg490fxd8mg5gvrf4nddbw1w7lf2daxy9cpc19yy4968iml";
};
buildInputs = [ glib ]