texstudio: 4.1.2 -> 4.2.0

This commit is contained in:
R. Ryantm 2022-01-11 12:15:51 +00:00
parent 231e960963
commit 1b34a8e8b3

View file

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "texstudio";
version = "4.1.2";
version = "4.2.0";
src = fetchFromGitHub {
owner = "${pname}-org";
repo = pname;
rev = version;
sha256 = "sha256-+HEA0IvWy0jvjFdU0sG9CzOKzysERMZBs/yHoE0I8B4=";
sha256 = "sha256-L3r71srvdSsCc1HZcu6lsH+oTJQ7TatVd2Oy3meAVYk=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];