Skip to content

Commit 6ed345d

Browse files
authored
texmacs: 2.1.2 -> 2.1.4 (#340621)
2 parents 568bfef + b160372 commit 6ed345d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/editors/texmacs/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
let
2323
pname = "texmacs";
24-
version = "2.1.2";
24+
version = "2.1.4";
2525
common = callPackage ./common.nix {
2626
inherit extraFonts chineseFonts japaneseFonts koreanFonts;
2727
tex = texliveSmall;
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
3232

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

3838
postPatch = common.postPatch + ''

0 commit comments

Comments
 (0)