summary refs log tree commit diff
path: root/pkgs/development/libraries/webkitgtk
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-19 16:54:16 +0200
committerGitHub <noreply@github.com>2020-04-19 16:54:16 +0200
commit6cbf2e186cd505457602c2ff0c6aa64053c40050 (patch)
tree3d42ed64d1eb8a8b24e55f8830c819cb38f29ead /pkgs/development/libraries/webkitgtk
parent00222dbb0efd3234b471207aa329025cf38d7d8b (diff)
downloadnixpkgs-6cbf2e186cd505457602c2ff0c6aa64053c40050.tar
nixpkgs-6cbf2e186cd505457602c2ff0c6aa64053c40050.tar.gz
nixpkgs-6cbf2e186cd505457602c2ff0c6aa64053c40050.tar.bz2
nixpkgs-6cbf2e186cd505457602c2ff0c6aa64053c40050.tar.lz
nixpkgs-6cbf2e186cd505457602c2ff0c6aa64053c40050.tar.xz
nixpkgs-6cbf2e186cd505457602c2ff0c6aa64053c40050.tar.zst
nixpkgs-6cbf2e186cd505457602c2ff0c6aa64053c40050.zip
webkitgtk: 2.28.0 → 2.28.1 (#85378)
Fixes a CVE https://webkitgtk.org/security/WSA-2020-0004.html
https://webkitgtk.org/2020/04/13/webkitgtk2.28.1-released.html
Diffstat (limited to 'pkgs/development/libraries/webkitgtk')
-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 b0e5fbc5618..f1a5ddfd4a0 100644
--- a/pkgs/development/libraries/webkitgtk/default.nix
+++ b/pkgs/development/libraries/webkitgtk/default.nix
@@ -61,13 +61,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "webkitgtk";
-  version = "2.28.0";
+  version = "2.28.1";
 
   outputs = [ "out" "dev" ];
 
   src = fetchurl {
     url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
-    sha256 = "12qfs9w93c5kiyi14ynm4rf4ad3c213dvzmdrc9c3ab2iwbks7rn";
+    sha256 = "rLwmo+1cE/OeRodc9EepwFQbbPsX+eeIQyNDHLMn89g=";
   };
 
   patches = optionals stdenv.isLinux [