summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-08 03:56:42 -0500
committerGitHub <noreply@github.com>2020-12-08 03:56:42 -0500
commit09766f8e8ae5a3c4dedeb3613fa5dd0586a8c981 (patch)
tree08b726843c1985388c792f413c2a4c91d1fe995b /pkgs/applications/editors
parent1d7d9652b4add5608a3f5818aadec02dabaf6c64 (diff)
parentd4d86340c045ad4098175da339d07a3ed7e06554 (diff)
Merge pull request #106301 from r-ryantm/auto-update/mg
mg: 6.7 -> 6.8.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/mg/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/mg/default.nix b/pkgs/applications/editors/mg/default.nix
index ef6943001b9c..6ba315e541bb 100644
--- a/pkgs/applications/editors/mg/default.nix
+++ b/pkgs/applications/editors/mg/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mg";
- version = "6.7";
+ version = "6.8.1";
src = fetchFromGitHub {
owner = "ibara";
repo = "mg";
- rev = "mg-6.7";
- sha256 = "15adwibq6xrfxbrxzk765g9250iyfn4wbcxd7kcsabiwn6apm0ai";
+ rev = "mg-6.8.1";
+ sha256 = "0fyqyi5sag13jx8bc22bvkgybddvsr0wdili9ikxnpnqg2w84fx7";
};
enableParallelBuilding = true;