libhttpseverywhere: 0.8.2 → 0.8.3

This commit is contained in:
Jan Tojnar 2018-04-23 12:52:04 +02:00
parent fe5fcee1f2
commit 1643713bf3
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -3,13 +3,13 @@
let
pname = "libhttpseverywhere";
version = "0.8.2";
version = "0.8.3";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "0vcnimlfcscyvjbh845xbnjb9qc8x0mliaqz2gczxxpakxrbl3gh";
sha256 = "1jmn6i4vsm89q1axlq4ajqkzqmlmjaml9xhw3h9jnal46db6y00w";
};
nativeBuildInputs = [ gnome3.vala gobjectIntrospection meson ninja pkgconfig ];