about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2018-12-07 00:18:09 +0100
committerRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2018-12-07 00:18:09 +0100
commitd01082aebc354d4aadf0f266ec0423d6098f7486 (patch)
tree966d9a28b8f8606c8e4bdbce64ba3911c3e29dc5 /pkgs/tools/typesetting
parent3776a9e93d619ea2cff9a29238ff67b1f319f2b3 (diff)
downloadnixlib-d01082aebc354d4aadf0f266ec0423d6098f7486.tar
nixlib-d01082aebc354d4aadf0f266ec0423d6098f7486.tar.gz
nixlib-d01082aebc354d4aadf0f266ec0423d6098f7486.tar.bz2
nixlib-d01082aebc354d4aadf0f266ec0423d6098f7486.tar.lz
nixlib-d01082aebc354d4aadf0f266ec0423d6098f7486.tar.xz
nixlib-d01082aebc354d4aadf0f266ec0423d6098f7486.tar.zst
nixlib-d01082aebc354d4aadf0f266ec0423d6098f7486.zip
tectonic: 0.1.9 -> 0.1.11
- handles unicode filenames correctly (since 0.1.10)
- switch to hopefully more reliable permantent URL for the default bundle (in 0.1.11)
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tectonic/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix
index bcc69c7b223e..e49707256c31 100644
--- a/pkgs/tools/typesetting/tectonic/default.nix
+++ b/pkgs/tools/typesetting/tectonic/default.nix
@@ -3,16 +3,16 @@
 
 rustPlatform.buildRustPackage rec {
   name = "tectonic-${version}";
-  version = "0.1.9";
+  version = "0.1.11";
 
   src = fetchFromGitHub {
     owner = "tectonic-typesetting";
     repo = "tectonic";
     rev = "v${version}";
-    sha256 = "1prrw1npmmqjx966dxrr4jll16scf0cv24nnc70zlbwwb15zhgiq";
+    sha256 = "1j98qxlq74vs8nf2jsn2xw9iyrf8kih4v0hrvznkhcab6bpibp2x";
   };
 
-  cargoSha256 = "00hcs9k9x23xy1pgf8skgb6i5kjwgipy8c0d27nniaxa3dpy5daq";
+  cargoSha256 = "1zgav5zxfvdnrr7himykj5ha20cb5ldxpcpl8y6d19dirxvcmpc6";
 
   nativeBuildInputs = [ pkgconfig ];