Skip to content

Commit

Permalink
Merge pull request NixOS#86167 from jtojnar/webkitgtk-2.28.2
Browse files Browse the repository at this point in the history
webkitgtk: 2.28.1 → 2.28.2
  • Loading branch information
worldofpeace authored Apr 28, 2020
2 parents 10bf212 + 8a339b4 commit a8b60a8
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 a8b60a8

Please sign in to comment.