Skip to content

Commit

Permalink
Merge pull request #303477 from NixOS/webkitgtk
Browse files Browse the repository at this point in the history
webkitgtk: 2.44.0 → 2.44.1
  • Loading branch information
Mindavi authored Apr 12, 2024
2 parents 5b2bc4b + 50e1ce4 commit 27bcfed
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 @@ -69,7 +69,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "webkitgtk";
version = "2.44.0";
version = "2.44.1";
name = "${finalAttrs.pname}-${finalAttrs.version}+abi=${if lib.versionAtLeast gtk3.version "4.0" then "6.0" else "4.${if lib.versions.major libsoup.version == "2" then "0" else "1"}"}";

outputs = [ "out" "dev" "devdoc" ];
Expand All @@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz";
hash = "sha256-xmUw5Bulmx7bpO6J7yCyGI4nO+0El+lQhHKePPvjDIc=";
hash = "sha256-QlsUWbDwTQYAx40au15+36PAYKQg+LIx6aai1dKcVWE=";
};

patches = lib.optionals stdenv.isLinux [
Expand Down

0 comments on commit 27bcfed

Please sign in to comment.