summary refs log tree commit diff
path: root/pkgs/applications/editors/mg/default.nix
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/default.nix
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixpkgs-f361bebda65ea1cc345e587849e4baa24fe948c2.tar
nixpkgs-f361bebda65ea1cc345e587849e4baa24fe948c2.tar.gz
nixpkgs-f361bebda65ea1cc345e587849e4baa24fe948c2.tar.bz2
nixpkgs-f361bebda65ea1cc345e587849e4baa24fe948c2.tar.lz
nixpkgs-f361bebda65ea1cc345e587849e4baa24fe948c2.tar.xz
nixpkgs-f361bebda65ea1cc345e587849e4baa24fe948c2.tar.zst
nixpkgs-f361bebda65ea1cc345e587849e4baa24fe948c2.zip
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
Diffstat (limited to 'pkgs/applications/editors/mg/default.nix')
-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 f4bdee830e1..d0367d7c305 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;