glib-networking: 2.60.1 -> 2.60.2

https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.2/NEWS
This commit is contained in:
worldofpeace 2019-05-03 22:03:50 -04:00
parent 1f1a9649ef
commit 0a12272f65

View File

@ -3,14 +3,14 @@
let
pname = "glib-networking";
version = "2.60.1";
version = "2.60.2";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "14jx8ca7plgh196629ghj41gsaha0aza222g64093hjsm8pnn76p";
sha256 = "0cl74q7hvq4xqqc88vlzmfw1sh5n9hdh1yvn2v1vg9am1z8z68n0";
};
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs