libsForQt5.maplibre-gl-native: unstable-2022-04-07 -> 2.0.1
https://github.com/maplibre/maplibre-gl-native/releases/tag/qt-v2.0.0 https://github.com/maplibre/maplibre-gl-native/releases/tag/qt-v2.0.1
This commit is contained in:
parent
49ec005f4d
commit
72191b44d7
1 changed files with 3 additions and 4 deletions
|
@ -13,14 +13,14 @@
|
|||
|
||||
mkDerivation rec {
|
||||
pname = "maplibre-gl-native";
|
||||
version = "unstable-2022-04-07";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "maplibre";
|
||||
repo = "maplibre-gl-native";
|
||||
rev = "225f8a4bfe7ad30fd59d693c1fb3ca0ba70d2806";
|
||||
rev = "qt-v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-NLtpi+bDLTHlnzMZ4YFQyF5B1xt9lzHyZPvEQLlBAnY=";
|
||||
hash = "sha256-g5J873U/6mrl27iquPl3BdEGhMxkOdfP15dHr27wa48=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -61,6 +61,5 @@ mkDerivation rec {
|
|||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
platforms = platforms.linux;
|
||||
broken = lib.versionOlder qtbase.version "5.15";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue