diff options
| author | maxine [they] <35892750+maxeaubrey@users.noreply.github.com> | 2021-10-02 23:03:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-02 23:03:49 +0200 |
| commit | 8686a8f1f85390cf1a7e348a23a9ca01c24c542c (patch) | |
| tree | 4dcb47ec882268c85142e8e61c7fd0bd90427aae | |
| parent | [Backport release-21.05] analog: Fix substitution so it can find its language... (diff) | |
| parent | webkitgtk: 2.32.3 -> 2.32.4 (diff) | |
| download | nixpkgs-8686a8f1f85390cf1a7e348a23a9ca01c24c542c.tar.gz | |
Merge pull request #138795 from NixOS/backport-138761-to-release-21.05
[Backport release-21.05] webkitgtk: 2.32.3 -> 2.32.4
| -rw-r--r-- | pkgs/development/libraries/webkitgtk/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/webkitgtk/default.nix b/pkgs/development/libraries/webkitgtk/default.nix index 563c13b26f2f..bfc75d6a4e3b 100644 --- a/pkgs/development/libraries/webkitgtk/default.nix +++ b/pkgs/development/libraries/webkitgtk/default.nix @@ -63,7 +63,7 @@ assert enableGeoLocation -> geoclue2 != null; stdenv.mkDerivation rec { pname = "webkitgtk"; - version = "2.32.3"; + version = "2.32.4"; outputs = [ "out" "dev" ]; @@ -71,7 +71,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz"; - sha256 = "sha256-wfSW9axlTv5M72L71PL77u8mWgfF50GeXSkAv+6lLLw="; + sha256 = "1zfkfyhm4i7901pp32wcwcfxax69qgq5k44x0glwaywdg4zjvkh0"; }; patches = lib.optionals stdenv.isLinux [ |
