qtwebengine: 5.15.7 -> 5.15.8
This commit is contained in:
parent
e9c5436a6c
commit
00f80f36d2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue