Skip to content

Commit fced9eb

Browse files
authored
[Backport staging-25.11] libsoup_3: 3.6.5 -> 3.6.6 (#493578)
2 parents 02a26d9 + b19e8c0 commit fced9eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • pkgs/development/libraries/libsoup

pkgs/development/libraries/libsoup/3.x.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
stdenv.mkDerivation rec {
2727
pname = "libsoup";
28-
version = "3.6.5";
28+
version = "3.6.6";
2929

3030
outputs = [
3131
"out"
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
3535

3636
src = fetchurl {
3737
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
38-
hash = "sha256-aJF2Wqw+lJAXlFw+rr2MyCFt93JFbcn0YJdvvbetojQ=";
38+
hash = "sha256-Ue0K4G+dWkD0Af9Fni5fZS+aUQt3MOE1nuZtFNSHJ0A=";
3939
};
4040

4141
patches = [
@@ -126,6 +126,7 @@ stdenv.mkDerivation rec {
126126
description = "HTTP client/server library for GNOME";
127127
homepage = "https://gitlab.gnome.org/GNOME/libsoup";
128128
license = lib.licenses.lgpl2Plus;
129+
changelog = "https://gitlab.gnome.org/GNOME/libsoup/-/blob/${version}/NEWS";
129130
inherit (glib.meta) maintainers platforms teams;
130131
};
131132
}

0 commit comments

Comments
 (0)