mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #196911 from ngkz/fork/qtwebengine-update
qt5.qtwebengine: 5.15.8 -> 5.15.11
This commit is contained in:
commit
ee9ca83920
@ -36,7 +36,7 @@ lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
|
|||||||
|
|
||||||
qtwebengine =
|
qtwebengine =
|
||||||
let
|
let
|
||||||
branchName = "5.15.8";
|
branchName = "5.15.11";
|
||||||
rev = "v${branchName}-lts";
|
rev = "v${branchName}-lts";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
@ -44,11 +44,11 @@ lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
|
|||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/qt/qtwebengine.git";
|
url = "https://github.com/qt/qtwebengine.git";
|
||||||
sha256 = "04xhg5qpnxm8hzgkanml45za64c9i5pbxhki2l2wcq4b4y7f3hyr";
|
sha256 = "sha256-yrKPof18G10VjrwCn/4E/ywlpATJQZjvmVeM+9hLY0U=";
|
||||||
inherit rev branchName;
|
inherit rev branchName;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
name = "qtwebengine-${lib.substring 0 7 rev}.tar.gz";
|
name = "qtwebengine-${lib.substring 0 8 rev}.tar.gz";
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
# remove submodule .git directory
|
# remove submodule .git directory
|
||||||
rm -rf "$out/src/3rdparty/.git"
|
rm -rf "$out/src/3rdparty/.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user