Robert Schütz 2022-12-24 14:42:51 -08:00 committed by Robert Schütz
parent 49ec005f4d
commit 72191b44d7

View File

@ -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";
};
}