Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mariadb: 10.1.19 -> 10.1.21 for multiple CVEs

+2 -3
+2 -3
pkgs/servers/sql/mariadb/default.nix
··· 15 15 }; 16 16 17 17 common = rec { # attributes common to both builds 18 - version = "10.1.19"; 18 + version = "10.1.21"; 19 19 20 20 src = fetchurl { 21 21 url = "https://downloads.mariadb.org/interstitial/mariadb-${version}/source/mariadb-${version}.tar.gz"; 22 - sha256 = "108s4mimdbmgmmn5pcr9a405j70cyny9adzv49s75lg22krp74sv"; 22 + sha256 = "144lcm5awcf0k6a7saqfr4p2kg8r5wbdhdm4cmn2m8hyg1an70as"; 23 23 }; 24 24 25 25 prePatch = '' ··· 161 161 }); 162 162 163 163 in mariadb 164 -