summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-28 01:14:28 +0200
committerGitHub <noreply@github.com>2024-06-28 01:14:28 +0200
commitb5188f01966aeac927499bb7bbcef8b1aaa4ec3f (patch)
treee5b96b97439677b42385570d496b8746e78929e4 /pkgs/applications/editors
parent8623482c54c27aa6d0e126b1eebd3fe38ae5de29 (diff)
parent23050e569e59a6373cecc37fa0f9fae38e1f891c (diff)
Merge pull request #318163 from r-ryantm/auto-update/texstudio
texstudio: 4.8.0 -> 4.8.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/texstudio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix
index 9c31bcdebbce..c3d4eb682477 100644
--- a/pkgs/applications/editors/texstudio/default.nix
+++ b/pkgs/applications/editors/texstudio/default.nix
@@ -5,13 +5,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
- version = "4.8.0";
+ version = "4.8.1";
src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
- hash = "sha256-oPC0HJgBWCAGZ1pVTiHyDO3NQ3u/+1fA2KrxuBCB+IY=";
+ hash = "sha256-gW7LXfXeZ0nXyWchVRyVDDJi725xa4tgYWYnSIhi5Bo=";
};
nativeBuildInputs = [