Merge pull request #111953 from LeUlukai/update/texstudio

texstudio: 3.0.3 -> 3.0.4
This commit is contained in:
ajs124 2021-02-04 22:24:30 +01:00 committed by GitHub
commit c7afbda7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "texstudio";
version = "3.0.3";
version = "3.0.4";
src = fetchFromGitHub {
owner = "${pname}-org";
repo = pname;
rev = version;
sha256 = "05q70wbdaldhrlapss4agmvz1cwqd229nd5amkj069v1wxrkvpb7";
sha256 = "03q1mdz47crflkvpc364ky52farad7517jhszb1fg1s3c2bnndn0";
};
nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];