Merge pull request #188627 from helsinki-systems/upd/texstudio

texstudio: 4.3.0 -> 4.3.1
This commit is contained in:
superherointj 2022-08-28 10:42:32 -03:00 committed by GitHub
commit 4118f6294b
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.3.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "${pname}-org";
repo = pname;
rev = version;
hash = "sha256-nw6LG8U4ne5nngmE7F4yFE8mTEvaRSMfwwOxg2TnAdA=";
hash = "sha256-CwfnRkG8GsRQuE0+l394gMdj5ao3SUKaDnYP2dfUEew=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];