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

texstudio: 4.2.0 -> 4.2.1
This commit is contained in:
ajs124 2022-01-30 20:41:46 +01:00 committed by GitHub
commit 3382af30ee
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.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "${pname}-org";
repo = pname;
rev = version;
sha256 = "sha256-L3r71srvdSsCc1HZcu6lsH+oTJQ7TatVd2Oy3meAVYk=";
sha256 = "sha256-EUcYQKc/vxOg6E5ZIpWJezLEppOru79s+slO7e/+kAU=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];