3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #157744 from rnhmjoj/pr-qtwebengine

qtwebengine: 5.15.7 -> 5.15.8
This commit is contained in:
Michele Guerini Rocco 2022-02-04 20:42:18 +01:00 committed by GitHub
commit 9ed44340ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
qtwebengine =
let
branchName = "5.15.7";
branchName = "5.15.8";
rev = "v${branchName}-lts";
in
{
@ -46,7 +46,7 @@ lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
src = fetchgit {
url = "https://github.com/qt/qtwebengine.git";
sha256 = "fssBN/CDgXAuiNj14MPeIDI15ZDRBGuF7wxSXns9exU=";
sha256 = "04xhg5qpnxm8hzgkanml45za64c9i5pbxhki2l2wcq4b4y7f3hyr";
inherit rev branchName;
fetchSubmodules = true;
leaveDotGit = true;