texstudio: 4.9.1 -> 4.9.2

This commit is contained in:
R. Ryantm
2026-02-07 11:48:47 +00:00
parent 16566a2789
commit bba957d48f
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.9.1";
version = "4.9.2";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-lSAIlwdOVFd8pcT4rZ17Jn9195BOtZnUgFysDKM6t9U=";
hash = "sha256-u4+QUL3bOGo81+8adovqkpCKw3H6Mw6I2V3PfcKhb60=";
};
nativeBuildInputs = [