mg: 7.0 -> 7.3

This commit is contained in:
R. Ryantm 2023-08-29 22:34:01 +00:00
parent e580181a13
commit dd31ab5d80

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mg";
version = "7.0";
version = "7.3";
src = fetchFromGitHub {
owner = "ibara";
repo = "mg";
rev = "mg-${version}";
sha256 = "sha256-qnb0yB/NNJV257dsLmP84brajoRG03U+Ja1ACYbBvbE=";
sha256 = "sha256-88FrXN7h5uRLY8YMKSzUjBF4n18DEiiiDyoYr+7qXdQ=";
};
postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''