libsoup_3: 3.4.2 → 3.4.3

https://gitlab.gnome.org/GNOME/libsoup/-/compare/3.4.2...3.4.3

NEWS and meson change looks okay.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-09-24 09:39:13 +00:00 committed by Jan Tojnar
parent 2a9ff7aaf6
commit c12caaee56

View file

@ -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 = [