texstudio: 4.8.9 -> 4.9.0

This commit is contained in:
R. Ryantm 2025-11-07 18:47:07 +00:00
parent 42550fd820
commit dafad7fd83

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.8.9";
version = "4.9.0";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-nI7aNZ7/IAjgjmHRO78uwkah8l+3m+w1ZQ096177eAU=";
hash = "sha256-LHG+QFtUYf6gqF8WGUlAYd5LWNt2YlyXmQH2nwPV5MQ=";
};
nativeBuildInputs = [