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

texstudio: 4.0.2 -> 4.1.1
This commit is contained in:
ajs124 2021-12-06 15:33:09 +00:00 committed by GitHub
commit 1e189a4fc0
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.0.2";
version = "4.1.1";
src = fetchFromGitHub {
owner = "${pname}-org";
repo = pname;
rev = version;
sha256 = "sha256-SCrWoIZan8mFwQoXaXvM0Ujdhcic3FbmfgKZSFXFBGE=";
sha256 = "sha256-zsZBqheHrjd17pXDIG0qWd7KI/zhNl3sQS5No0WvnBY=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];