Merge pull request #106301 from r-ryantm/auto-update/mg

mg: 6.7 -> 6.8.1
This commit is contained in:
Mario Rodas 2020-12-08 03:56:42 -05:00 committed by GitHub
commit 09766f8e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mg"; pname = "mg";
version = "6.7"; version = "6.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ibara"; owner = "ibara";
repo = "mg"; repo = "mg";
rev = "mg-6.7"; rev = "mg-6.8.1";
sha256 = "15adwibq6xrfxbrxzk765g9250iyfn4wbcxd7kcsabiwn6apm0ai"; sha256 = "0fyqyi5sag13jx8bc22bvkgybddvsr0wdili9ikxnpnqg2w84fx7";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;