libwpe: 1.14.2 -> 1.16.0

This commit is contained in:
R. Ryantm 2024-03-22 00:25:48 +00:00 committed by Maxine Aubrey
parent 8063d6bd8b
commit 3e0191be67

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "libwpe";
version = "1.14.2";
version = "1.16.0";
src = fetchurl {
url = "https://wpewebkit.org/releases/libwpe-${version}.tar.xz";
sha256 = "sha256-iuOAIsUMs0DJb9vuEhfx5Gq1f7wci6mBQlZau+2+Iu8=";
sha256 = "sha256-x/OjxrPQBnkNSG3HzO2ittLjKd4H8zvEffxT8A8zSyo=";
};
nativeBuildInputs = [