tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
mariadb: 10.1.19 -> 10.1.21 for multiple CVEs
Graham Christensen
9 years ago
111b4e4c
8d342d20
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
sql
mariadb
default.nix
+2
-3
pkgs/servers/sql/mariadb/default.nix
···
15
};
16
17
common = rec { # attributes common to both builds
18
-
version = "10.1.19";
19
20
src = fetchurl {
21
url = "https://downloads.mariadb.org/interstitial/mariadb-${version}/source/mariadb-${version}.tar.gz";
22
-
sha256 = "108s4mimdbmgmmn5pcr9a405j70cyny9adzv49s75lg22krp74sv";
23
};
24
25
prePatch = ''
···
161
});
162
163
in mariadb
164
-
···
15
};
16
17
common = rec { # attributes common to both builds
18
+
version = "10.1.21";
19
20
src = fetchurl {
21
url = "https://downloads.mariadb.org/interstitial/mariadb-${version}/source/mariadb-${version}.tar.gz";
22
+
sha256 = "144lcm5awcf0k6a7saqfr4p2kg8r5wbdhdm4cmn2m8hyg1an70as";
23
};
24
25
prePatch = ''
···
161
});
162
163
in mariadb
0