Skip to content

Commit

Permalink
texstudio: 4.8.3 -> 4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 4, 2024
1 parent 44de13c commit 00f9fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/texstudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "texstudio";
version = "4.8.3";
version = "4.8.4";

src = fetchFromGitHub {
owner = "texstudio-org";
repo = "texstudio";
rev = finalAttrs.version;
hash = "sha256-/8Y8hz/rqKc5yZ/pdfy6gikufoSx0au3niv2r7o5cRc=";
hash = "sha256-gGL9eM0OsUg34GXFsz5LJ738WSl8L8mGfOcZZPNceT4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 00f9fa5

Please sign in to comment.