Merge pull request #149461 from SuperSandro2000/fix-version-qtwebengine
This commit is contained in:
commit
2c2a09678c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
|
|||
rev = "v${branchName}-lts";
|
||||
in
|
||||
{
|
||||
version = "${branchName}-${lib.substring 0 7 rev}";
|
||||
version = branchName;
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/qt/qtwebengine.git";
|
||||
|
|
Loading…
Reference in a new issue