Skip to content

Commit

Permalink
webkitgtk: 2.46.4 -> 2.46.5
Browse files Browse the repository at this point in the history
(cherry picked from commit b587602)
  • Loading branch information
flokli authored and github-actions[bot] committed Dec 22, 2024
1 parent 1807c2b commit 1cb1d89
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 @@ -80,7 +80,7 @@
# https://webkitgtk.org/2024/10/04/webkitgtk-2.46.html recommends building with clang.
clangStdenv.mkDerivation (finalAttrs: {
pname = "webkitgtk";
version = "2.46.4";
version = "2.46.5";
name = "${finalAttrs.pname}-${finalAttrs.version}+abi=${
if lib.versionAtLeast gtk3.version "4.0" then
"6.0"
Expand All @@ -100,7 +100,7 @@ clangStdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz";
hash = "sha256-Dv9fCrCihy7IffYrwy4yicivYlcWrHHpSymNdOA3QXY=";
hash = "sha256-utQCC7DPs+dA3zCCwtnL9nz0CVWWWIpWrs3eZwITeAU=";
};

patches = lib.optionals clangStdenv.hostPlatform.isLinux [
Expand Down

0 comments on commit 1cb1d89

Please sign in to comment.