webkitgtk: 2.34.3 -> 2.34.4

https://webkitgtk.org/security/WSA-2022-0001.html
This commit is contained in:
Martin Weinelt 2022-01-22 00:16:04 +01:00
parent cb409a2371
commit a574ff9929
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -64,7 +64,7 @@ assert enableGeoLocation -> geoclue2 != null;
stdenv.mkDerivation rec {
pname = "webkitgtk";
version = "2.34.3";
version = "2.34.4";
outputs = [ "out" "dev" ];
@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "sha256-DS83qjLiGjbk3Vpc565c4nQ1wp1oA7liuMkMsMxJxS0=";
sha256 = "sha256-l19QGRmbp2mRkYNc914BoYuU47zQEH2nOJ1N3LGrpAY=";
};
patches = lib.optionals stdenv.isLinux [