libwpe: 1.7.1 -> 1.8.0

master
R. RyanTM 2021-01-30 12:17:32 +00:00 committed by Jan Tojnar
parent 56565e3568
commit 25c2bf8cea
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "libwpe";
version = "1.7.1";
version = "1.8.0";
src = fetchurl {
url = "https://wpewebkit.org/releases/${pname}-${version}.tar.xz";
sha256 = "0h6kh8wy2b370y705pl2vp6vp18dkdsgdxh0243ji2v51kxbg157";
sha256 = "sha256-pvAKfQkcvU21f+fuO0wSxjUJIdZU7XmBKACibIiEgdI=";
};
nativeBuildInputs = [