summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/mg
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 06:05:35 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 06:05:35 -0800
commitf361bebda65ea1cc345e587849e4baa24fe948c2 (patch)
tree43d287647431a2d64f0bb5f9118d46e491d5c8c8 /pkgs/applications/editors/mg
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
Semi-automatic update. These checks were performed: - built on NixOS - found 20171014 in filename of file in /nix/store/wj43g856p6igcns8gw3infsw9a2dd2a5-mg-20171014
Diffstat (limited to 'pkgs/applications/editors/mg')
-rw-r--r--pkgs/applications/editors/mg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/mg/default.nix b/pkgs/applications/editors/mg/default.nix
index f4bdee830e19..d0367d7c3051 100644
--- a/pkgs/applications/editors/mg/default.nix
+++ b/pkgs/applications/editors/mg/default.nix
@@ -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;