Skip to content

Commit

Permalink
texmacs: 2.1.2 -> 2.1.4 (#340621)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Sep 23, 2024
2 parents 568bfef + b160372 commit 6ed345d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/texmacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

let
pname = "texmacs";
version = "2.1.2";
version = "2.1.4";
common = callPackage ./common.nix {
inherit extraFonts chineseFonts japaneseFonts koreanFonts;
tex = texliveSmall;
Expand All @@ -32,7 +32,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${version}-src.tar.gz";
hash = "sha256-Ds9gxOwMYSttEWrawgxLHGxHyMBvt8WmyPIwBP2g/CM=";
hash = "sha256-h6aSLuDdrAtVzOnNVPqMEWX9WLDHtkCjPy9JXWnBgYY=";
};

postPatch = common.postPatch + ''
Expand Down

0 comments on commit 6ed345d

Please sign in to comment.