3
0
Fork 0
forked from mirrors/nixpkgs

webkitgtk: 2.26.2 -> 2.26.3 (#78303)

https://webkitgtk.org/2020/01/22/webkitgtk2.26.3-released.html
This commit is contained in:
Tor Hedin Brønner 2020-01-24 04:42:59 +01:00 committed by GitHub
parent e1e7da465b
commit 554d3a239a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,13 +61,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "webkitgtk";
version = "2.26.2";
version = "2.26.3";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "04k5h0sid9azsqz9pyq436v1rx4lnfrhvmcgmicqb0c0g9iz103b";
sha256 = "04g6y0sv04d20bw401myq3k828ikysjhx383ly81vh9wji9i3mdd";
};
patches = optionals stdenv.isLinux [