texstudio: 4.3.1 -> 4.4.0

This commit is contained in:
R. Ryantm 2022-11-20 06:21:18 +00:00
parent 82ee824968
commit d0c6333f1f

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "texstudio";
version = "4.3.1";
version = "4.4.0";
src = fetchFromGitHub {
owner = "${pname}-org";
repo = pname;
rev = version;
hash = "sha256-CwfnRkG8GsRQuE0+l394gMdj5ao3SUKaDnYP2dfUEew=";
hash = "sha256-BaTfebLilUeDNtCJZmgAx+hN+L+4MtnuL6t3wQRX/Ns=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];