libsoup: 2.62.0 → 2.62.2

This commit is contained in:
Jan Tojnar 2018-06-06 11:55:48 +02:00
parent 91e1ec684f
commit cf035b26a6
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -5,14 +5,14 @@
let
pname = "libsoup";
version = "2.62.0";
version = "2.62.2";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "1b5aff1igbsx1h4v3wmkffvzgiy8rscibqka7fmjf2lxs7l7lz5b";
sha256 = "1dkrz1iwsswscayfmjxqv2q00b87snlq9nxdccn5vck0vbinylwy";
};
prePatch = ''