Skip to content

Commit

Permalink
webkitgtk: 2.28.1 → 2.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Apr 28, 2020
1 parent 712026e commit 8a339b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/webkitgtk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "webkitgtk";
version = "2.28.1";
version = "2.28.2";

outputs = [ "out" "dev" ];

src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "rLwmo+1cE/OeRodc9EepwFQbbPsX+eeIQyNDHLMn89g=";
sha256 = "udI1Jc/Y0iw3tdlkqf6ajOdYMEKi+NOSLnHmu8aMML0=";
};

patches = optionals stdenv.isLinux [
Expand Down

0 comments on commit 8a339b4

Please sign in to comment.