glib-networking: 2.78.1 → 2.80.0

https://gitlab.gnome.org/GNOME/glib-networking/-/compare/2.78.1...2.80.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-03 01:31:53 +01:00
parent 57835749cd
commit 84d556cb74
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "glib-networking";
version = "2.78.1";
version = "2.80.0";
outputs = [ "out" "installedTests" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "5I8t27BJgyy7CSMFKcXkXayp8N8O2jJfgy9zeYWb8J8=";
hash = "sha256-2PTxqrITF5rjNRYXtZ2rXea8yeeFAh7uF4mY69S7Os8=";
};
patches = [