From 7308ff883751b469f1144d602ee25ab3c47e3dda Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:57:45 +0200 Subject: [PATCH] mygui: 3.4.0 -> 3.4.1 --- pkgs/development/libraries/mygui/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/mygui/default.nix b/pkgs/development/libraries/mygui/default.nix index b49f9ca6e2d..4cb475b9a0a 100644 --- a/pkgs/development/libraries/mygui/default.nix +++ b/pkgs/development/libraries/mygui/default.nix @@ -20,13 +20,13 @@ let in stdenv.mkDerivation rec { pname = "mygui"; - version = "3.4.0"; + version = "3.4.1"; src = fetchFromGitHub { owner = "MyGUI"; repo = "mygui"; rev = "MyGUI${version}"; - sha256 = "0a4zi8w18pjj813n7kmxldl1d9r1jp0iyhkw7pbqgl8f7qaq994w"; + hash = "sha256-5u9whibYKPj8tCuhdLOhL4nDisbFAB0NxxdjU/8izb8="; }; patches = [ @@ -64,7 +64,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "http://mygui.info/"; description = "Library for creating GUIs for games and 3D applications"; - license = licenses.lgpl3Plus; + license = licenses.mit; platforms = platforms.unix; }; }