Skip to content

Commit

Permalink
qlandkartegt: fetch AUR patch to support gpsd API version 9
Browse files Browse the repository at this point in the history
support newer gpsd to close security vulnerability NixOS#90794

(cherry picked from commit f5f1fe1)
  • Loading branch information
hjones2199 committed Dec 6, 2020
1 parent 5129285 commit b56bd06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/misc/qlandkartegt/default.nix
Expand Up @@ -32,6 +32,10 @@ mkDerivation rec {
url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-qtgui-include.patch?h=qlandkartegt";
sha256 = "16hql8ignzw4n1hlp4icbvaddqcadh2rjns0bvis720535112sc8";
})
(fetchpatch {
url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-timespec.patch?h=qlandkartegt";
sha256 = "1yzdwfsgjn7q04r9f7s5qk50y25hdl384dxrmpfmkm97fmpgyr7w";
})
(fetchpatch {
url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-ver_str.patch?h=qlandkartegt";
sha256 = "13fg05gqrjfa9j00lrqz1b06xf6r5j01kl6l06vkn0hz1jzxss5m";
Expand Down

0 comments on commit b56bd06

Please sign in to comment.