texstudio: 4.8.8 -> 4.8.9

This commit is contained in:
R. Ryantm
2025-09-12 16:39:35 +00:00
parent 7825177de3
commit 514a158930
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.8.8";
version = "4.8.9";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-e3kQnWjOe5dkFslDZ+pUgsMB0twDZEcQXYUaPtd+jHA=";
hash = "sha256-nI7aNZ7/IAjgjmHRO78uwkah8l+3m+w1ZQ096177eAU=";
};
nativeBuildInputs = [