3
0
Fork 0
forked from mirrors/nixpkgs

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

texstudio: 4.3.1 -> 4.4.0
This commit is contained in:
ajs124 2022-11-20 14:41:34 +01:00 committed by GitHub
commit e50e3b48c8
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.1";
version = "4.4.0";
src = fetchFromGitHub {
owner = "${pname}-org";
repo = pname;
rev = version;
hash = "sha256-CwfnRkG8GsRQuE0+l394gMdj5ao3SUKaDnYP2dfUEew=";
hash = "sha256-BaTfebLilUeDNtCJZmgAx+hN+L+4MtnuL6t3wQRX/Ns=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];