Skip to content

Commit

Permalink
webkitgtk: 2.36.1 → 2.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed May 19, 2022
1 parent 93c9c28 commit df2284e
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 @@ -64,15 +64,15 @@ assert enableGeoLocation -> geoclue2 != null;

stdenv.mkDerivation rec {
pname = "webkitgtk";
version = "2.36.1";
version = "2.36.2";

outputs = [ "out" "dev" ];

separateDebugInfo = stdenv.isLinux;

src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "sha256-AUnqX7HSDyqZgWd9RclSoEczAAHqJKjcKQNSOfEsDI8=";
sha256 = "/pO920oCwONvkm77boHSiv0oi4gk9sXPanXPQCKOAI4=";
};

patches = lib.optionals stdenv.isLinux [
Expand Down

0 comments on commit df2284e

Please sign in to comment.