glib-networking: 2.78.0 → 2.78.1

https://gitlab.gnome.org/GNOME/glib-networking/-/compare/2.78.0...2.78.1
This commit is contained in:
Maxine Aubrey 2024-03-03 01:01:32 +01:00
parent 0f0c3f0908
commit ebadd512ec
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
1 changed files with 2 additions and 2 deletions

View File

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