From c12caaee56cdbd467296a3a288ad09f9b91fbf65 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 24 Sep 2023 09:39:13 +0000 Subject: [PATCH] =?UTF-8?q?libsoup=5F3:=203.4.2=20=E2=86=92=203.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/libsoup/-/compare/3.4.2...3.4.3 NEWS and meson change looks okay. Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/development/libraries/libsoup/3.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libsoup/3.x.nix b/pkgs/development/libraries/libsoup/3.x.nix index ba4d1b0cd8a6..cbaaf086b01b 100644 --- a/pkgs/development/libraries/libsoup/3.x.nix +++ b/pkgs/development/libraries/libsoup/3.x.nix @@ -22,13 +22,13 @@ stdenv.mkDerivation rec { pname = "libsoup"; - version = "3.4.2"; + version = "3.4.3"; outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-eMj6N8sVLUDsjEoUjWFV4vaUfz8WAqfNo6Ma1A9e4vM="; + sha256 = "sha256-t/G7rutD9YEtq6PuJYpy4bSxTC/ZH0oaddTuoQ3PKI8="; }; depsBuildBuild = [