qgis: 3.6.10 -> 3.6.13

+2 -10
+2 -10
pkgs/applications/gis/qgis/unwrapped.nix
··· 1 { lib 2 , mkDerivation 3 , fetchFromGitHub 4 - , fetchpatch 5 , cmake 6 , ninja 7 , flex ··· 57 six 58 ]; 59 in mkDerivation rec { 60 - version = "3.16.10"; 61 pname = "qgis-unwrapped"; 62 63 src = fetchFromGitHub { 64 owner = "qgis"; 65 repo = "QGIS"; 66 rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; 67 - sha256 = "sha256-/lsfyTDlkZNIVHg5qgZW7qfOyTC2+1r3ZbsnQmEdy30="; 68 }; 69 - 70 - patches = [ 71 - (fetchpatch { 72 - url = "https://github.com/qgis/QGIS/commit/fc1ac8bef8dcc3194857ecd32519aca4867b4fa1.patch"; 73 - sha256 = "106smg3drx8c7yxzfhd1c7xrq757l5cfxx8lklihyvr4a7wc9gpy"; 74 - }) 75 - ]; 76 77 passthru = { 78 inherit pythonBuildInputs;
··· 1 { lib 2 , mkDerivation 3 , fetchFromGitHub 4 , cmake 5 , ninja 6 , flex ··· 56 six 57 ]; 58 in mkDerivation rec { 59 + version = "3.16.13"; 60 pname = "qgis-unwrapped"; 61 62 src = fetchFromGitHub { 63 owner = "qgis"; 64 repo = "QGIS"; 65 rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; 66 + sha256 = "13irzs89lknfxf2y7j931bh0zmqgiwifdbbzvwn8yxxr21gd68ac"; 67 }; 68 69 passthru = { 70 inherit pythonBuildInputs;