libsoup_3: 3.4.1 → 3.4.2

https://gitlab.gnome.org/GNOME/libsoup/-/compare/3.4.1...3.4.2
This commit is contained in:
Bobby Rong 2023-05-01 15:18:57 +08:00
parent 7e5a4795a7
commit 313089a9ff
No known key found for this signature in database

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "libsoup";
version = "3.4.1";
version = "3.4.2";
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-UwuGexsWbLm8onUPHRXlGHMYtdlI77gdWJmvPXVhRQQ=";
sha256 = "sha256-eMj6N8sVLUDsjEoUjWFV4vaUfz8WAqfNo6Ma1A9e4vM=";
};
depsBuildBuild = [