nbd: 3.19 -> 3.20
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nbd/versions
This commit is contained in:
parent
96ac71d680
commit
05699ac878
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, which }:
|
{ stdenv, fetchurl, pkgconfig, glib, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nbd-3.19";
|
name = "nbd-3.20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/nbd/${name}.tar.xz";
|
url = "mirror://sourceforge/nbd/${name}.tar.xz";
|
||||||
sha256 = "1446rdg490fxd8mg5gvrf4nddbw1w7lf2daxy9cpc19yy4968iml";
|
sha256 = "1kfnyx52nna2mnw264njk1dl2zc8m78sz031yp65mbmpi99v7qg0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glib ]
|
buildInputs = [ glib ]
|
||||||
|
Loading…
Reference in New Issue
Block a user