We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 568bfef + b160372 commit 6ed345dCopy full SHA for 6ed345d
pkgs/applications/editors/texmacs/default.nix
@@ -21,7 +21,7 @@
21
22
let
23
pname = "texmacs";
24
- version = "2.1.2";
+ version = "2.1.4";
25
common = callPackage ./common.nix {
26
inherit extraFonts chineseFonts japaneseFonts koreanFonts;
27
tex = texliveSmall;
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
32
33
src = fetchurl {
34
url = "https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${version}-src.tar.gz";
35
- hash = "sha256-Ds9gxOwMYSttEWrawgxLHGxHyMBvt8WmyPIwBP2g/CM=";
+ hash = "sha256-h6aSLuDdrAtVzOnNVPqMEWX9WLDHtkCjPy9JXWnBgYY=";
36
};
37
38
postPatch = common.postPatch + ''
0 commit comments