glib-networking: fix patch url

This commit is contained in:
Jan Tojnar 2018-05-29 10:00:00 +02:00
parent 8baaa433b6
commit e933798469
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
patches = [
# Use GNUTLS system trust for certificates
(fetchpatch {
url = https://git.gnome.org/browse/glib-networking/patch/?id=f1c8feee014007cc913b71357acb609f8d1200df;
url = https://gitlab.gnome.org/GNOME/glib-networking/commit/f1c8feee014007cc913b71357acb609f8d1200df.patch;
sha256 = "1rbxqsrcb5if3xs2d18pqzd9xnjysdj715ijc41n5w326fsawg7i";
})
];