mygui: 3.4.0 -> 3.4.1

This commit is contained in:
Weijia Wang 2023-03-23 08:57:45 +02:00
parent 3efc9e2dc9
commit 7308ff8837

View file

@ -20,13 +20,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mygui"; pname = "mygui";
version = "3.4.0"; version = "3.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MyGUI"; owner = "MyGUI";
repo = "mygui"; repo = "mygui";
rev = "MyGUI${version}"; rev = "MyGUI${version}";
sha256 = "0a4zi8w18pjj813n7kmxldl1d9r1jp0iyhkw7pbqgl8f7qaq994w"; hash = "sha256-5u9whibYKPj8tCuhdLOhL4nDisbFAB0NxxdjU/8izb8=";
}; };
patches = [ patches = [
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "http://mygui.info/"; homepage = "http://mygui.info/";
description = "Library for creating GUIs for games and 3D applications"; description = "Library for creating GUIs for games and 3D applications";
license = licenses.lgpl3Plus; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }