Merge pull request #154533 from r-ryantm/auto-update/texstudio

texstudio: 4.1.2 -> 4.2.0
This commit is contained in:
ajs124 2022-01-13 18:04:36 +01:00 committed by GitHub
commit a282e47548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];