libsoup_3: 3.2.1 → 3.2.2

https://gitlab.gnome.org/GNOME/libsoup/-/compare/3.2.1...3.2.2
This commit is contained in:
Fabián Heredia Montiel 2022-11-05 15:15:25 +00:00
parent bdd9e5bd16
commit 7456ff8ca4

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "libsoup";
version = "3.2.1";
version = "3.2.2";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-ses9LDvkn7vQUacfZTLJYmvOzqaXgxkGkM1+Tf3yjyk=";
sha256 = "sha256-g2c8aFuRD7fTnx8o7uWvvvtxwFeY/DUKw78biF4e+qE=";
};
depsBuildBuild = [