libwpe: 1.14.1 -> 1.14.2

This commit is contained in:
R. Ryantm 2024-01-26 05:55:31 +00:00
parent 5af80acc9a
commit e5fb80d393

View File

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