summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2021-10-02 23:03:49 +0200
committerGitHub <noreply@github.com>2021-10-02 23:03:49 +0200
commit8686a8f1f85390cf1a7e348a23a9ca01c24c542c (patch)
tree4dcb47ec882268c85142e8e61c7fd0bd90427aae
parent[Backport release-21.05] analog: Fix substitution so it can find its language... (diff)
parentwebkitgtk: 2.32.3 -> 2.32.4 (diff)
downloadnixpkgs-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.nix4
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 [