texstudio: 4.9.2 -> 4.9.3

This commit is contained in:
Chahatpreet Singh
2026-05-06 02:57:34 +00:00
parent 836768073c
commit 767c653d9d
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.9.2";
version = "4.9.3";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-u4+QUL3bOGo81+8adovqkpCKw3H6Mw6I2V3PfcKhb60=";
hash = "sha256-NTabdGaB87otc1zzKQLWXx4/nU5rXeTIw2O9nWXUMi0=";
};
nativeBuildInputs = [