texstudio: 4.9.3 -> 4.9.5 (#529979)

This commit is contained in:
Alexis Hildebrandt
2026-06-11 06:08:56 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.9.3";
version = "4.9.5";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-NTabdGaB87otc1zzKQLWXx4/nU5rXeTIw2O9nWXUMi0=";
hash = "sha256-//UhDSyCFIy/xhOKrTVoZFA0nh6q9xShAI5GxJrNz4w=";
};
nativeBuildInputs = [