Skip to content

Commit

Permalink
texstudio: 4.8.4 -> 4.8.5 (#365076)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 14, 2024
2 parents ba1ac36 + e5d5e22 commit 8e77297
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 @@ -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 = [
Expand Down

0 comments on commit 8e77297

Please sign in to comment.