Skip to content

Commit

Permalink
webkitgtk: 2.30.1 → 2.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Nov 13, 2020
1 parent a8dd165 commit f70fe4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/webkitgtk/default.nix
Expand Up @@ -59,15 +59,15 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "webkitgtk";
version = "2.30.1";
version = "2.30.2";

outputs = [ "out" "dev" ];

separateDebugInfo = stdenv.isLinux;

src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "1cfnsl5kvwrbclmp7v9q9ynrz702i9ncb6xmx6972dxpmpyrvi8p";
sha256 = "0ak8slddg7gpk6m096xzkiqw9bfsrrizvqr815bw44665fyf0ry4";
};

patches = optionals stdenv.isLinux [
Expand Down

0 comments on commit f70fe4a

Please sign in to comment.