Merge pull request #27752 from NeQuissimus/mariadb_10_1_25

mariadb: 10.1.21 -> 10.1.25

authored by Tim Steinbach and committed by GitHub 5c03508e acf05ea7

+2 -2
+2 -2
pkgs/servers/sql/mariadb/default.nix
··· 15 15 }; 16 16 17 17 common = rec { # attributes common to both builds 18 - version = "10.1.21"; 18 + version = "10.1.25"; 19 19 20 20 src = fetchurl { 21 21 url = "https://downloads.mariadb.org/f/mariadb-${version}/source/mariadb-${version}.tar.gz/from/http%3A//ftp.hosteurope.de/mirror/archive.mariadb.org/?serve"; 22 - sha256 = "144lcm5awcf0k6a7saqfr4p2kg8r5wbdhdm4cmn2m8hyg1an70as"; 22 + sha256 = "1mm0n8sl6grajk5rbrx55333laz5dg2abyl8mlsn7h8vdymfq1bj"; 23 23 name = "mariadb-${version}.tar.gz"; 24 24 }; 25 25