We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f7dd6 commit 023f1d0Copy full SHA for 023f1d0
1 file changed
pkgs/development/libraries/libsoup/3.x.nix
@@ -25,7 +25,7 @@
25
26
stdenv.mkDerivation rec {
27
pname = "libsoup";
28
- version = "3.6.5";
+ version = "3.6.6";
29
30
outputs = [
31
"out"
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
35
36
src = fetchurl {
37
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
38
- hash = "sha256-aJF2Wqw+lJAXlFw+rr2MyCFt93JFbcn0YJdvvbetojQ=";
+ hash = "sha256-Ue0K4G+dWkD0Af9Fni5fZS+aUQt3MOE1nuZtFNSHJ0A=";
39
};
40
41
patches = [
0 commit comments