mg: 7.3 -> 7.3-unstable-2024-06-04

The only change is a compilation fix for GCC 14.
This commit is contained in:
Alyssa Ross
2024-09-14 07:43:56 +02:00
parent 0ba494f770
commit 4632a73312
+3 -3
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mg";
version = "7.3";
version = "7.3-unstable-2024-06-04";
src = fetchFromGitHub {
owner = "ibara";
repo = "mg";
rev = "mg-${version}";
sha256 = "sha256-88FrXN7h5uRLY8YMKSzUjBF4n18DEiiiDyoYr+7qXdQ=";
rev = "4d4abcfc793554dbd4effdba8a3cc28ce2654c33";
hash = "sha256-+sp8Edu5UWv73TCNVZTeH5rl2Q5XarYrlTYHuQsroVs=";
};
postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''