1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mg: 20170828 -> 20171014

Semi-automatic update. These checks were performed:

- built on NixOS
- found 20171014 in filename of file in /nix/store/wj43g856p6igcns8gw3infsw9a2dd2a5-mg-20171014
This commit is contained in:
Ryan Mulligan 2018-02-27 06:05:35 -08:00
parent 6a10134205
commit f361bebda6

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mg-${version}";
version = "20170828";
version = "20171014";
src = fetchurl {
url = "http://homepage.boetes.org/software/mg/${name}.tar.gz";
sha256 = "139nc58l5ifj3d3478nhqls0lic52skmxfxggznzxaz9camqd20z";
sha256 = "0hakfikzsml7z0hja8m8mcahrmfy2piy81bq9nccsjplyfc9clai";
};
enableParallelBuilding = true;