File tree Expand file tree Collapse file tree
pkgs/development/libraries/libsoup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626stdenv . 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}
You can’t perform that action at this time.
0 commit comments