Merge pull request #151730 from NixOS/backport-151619-to-release-21.11

[Backport release-21.11] webkitgtk: 2.34.1 -> 2.34.3
This commit is contained in:
Thiago Kenji Okada
2021-12-23 12:11:55 -03:00
committed by GitHub

View File

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