texstudio: 4.8.4 -> 4.8.5

This commit is contained in:
R. Ryantm
2024-12-14 00:46:27 +00:00
parent 541e1aacbf
commit e5d5e227a0
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.8.4";
version = "4.8.5";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-gGL9eM0OsUg34GXFsz5LJ738WSl8L8mGfOcZZPNceT4=";
hash = "sha256-/sxXtapR55+/pTljFl03DYlJa7dMZVNlPji4/a06yZI=";
};
nativeBuildInputs = [