mmlgui: unstable-2022-09-15 -> unstable-2022-10-13

This commit is contained in:
R. Ryantm 2022-10-14 23:43:23 +00:00 committed by Bobby Rong
parent ca26446b32
commit 8b2b03db27

View File

@ -15,14 +15,14 @@
stdenv.mkDerivation rec {
pname = "mmlgui";
version = "unstable-2022-09-15";
version = "unstable-2022-10-13";
src = fetchFromGitHub {
owner = "superctr";
repo = "mmlgui";
rev = "163cc73a7c009d524b0d5aff94f9ed47fe19e3ce";
rev = "6b2687504644b481db403f032f463e38bbbb1dca";
fetchSubmodules = true;
sha256 = "kKo3ge2wcDK2xU1YCfEwyqw84N+3jcbOEEsJHSpMpzY=";
sha256 = "OkYVjdvi8ls01DaIiDEPFXFCUh6g9AEeSlbDFfdPKeo=";
};
postPatch = ''