libsoup: 2.54.1 -> 2.56.0

From #19081.
This commit is contained in:
Alexander Ried 2016-09-22 15:59:57 +02:00 committed by Franz Pletz
parent fa5d919ae9
commit 2dd0f1f254
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -4,15 +4,15 @@
, libintlOrEmpty
, intltool, python }:
let
majorVersion = "2.54";
version = "${majorVersion}.1";
majorVersion = "2.56";
version = "${majorVersion}.0";
in
stdenv.mkDerivation {
name = "libsoup-${version}";
src = fetchurl {
url = "mirror://gnome/sources/libsoup/${majorVersion}/libsoup-${version}.tar.xz";
sha256 = "0cyn5pq4xl1gb8413h2p4d5wrn558dc054zhwmk4swrl40ijrd27";
sha256 = "d8216b71de8247bc6f274ec054c08547b2e04369c1f8add713e9350c8ef81fe5";
};
prePatch = ''