Skip to content

Commit 023f1d0

Browse files
r-ryantmgithub-actions[bot]
authored andcommitted
libsoup_3: 3.6.5 -> 3.6.6
(cherry picked from commit 28ab6fa)
1 parent 48f7dd6 commit 023f1d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/libraries/libsoup

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

Lines changed: 2 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 = [

0 commit comments

Comments
 (0)