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

texstudio: 4.7.3 -> 4.8.0
This commit is contained in:
Weijia Wang 2024-06-02 17:19:26 +02:00 committed by GitHub
commit de668515f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.7.3";
version = "4.8.0";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-hAuNjlFr23l5ztfoa2RTHKZtH2aXF1EuWTd/ZyKuyHg=";
hash = "sha256-oPC0HJgBWCAGZ1pVTiHyDO3NQ3u/+1fA2KrxuBCB+IY=";
};
nativeBuildInputs = [