mudlet: 4.3 -> 4.9.1

gstqt5
Philipp 2020-06-18 19:07:13 +02:00
parent b713e97c30
commit 9f2d920c35
No known key found for this signature in database
GPG Key ID: 2258EE3B85DE1748
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@ let
in
stdenv.mkDerivation rec {
pname = "mudlet";
version = "4.3";
version = "4.9.1";
src = fetchFromGitHub {
owner = "Mudlet";
repo = "Mudlet";
rev = "Mudlet-${version}";
fetchSubmodules = true;
sha256 = "0qqdmivfwf9jmv5yx90z1fj99nlhnq762lfw6bcxgv74y4l4b4c0";
sha256 = "0i022qcmlq4xwl2yh4xd5qdc0ag52605qmqqz6bim0h8f3dp8cx1";
};
nativeBuildInputs = [ cmake wrapQtAppsHook git qttools which ];