about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-06-11 13:14:15 +0000
committerGitHub <noreply@github.com>2021-06-11 13:14:15 +0000
commit5a409e8d4a12214a5b9c3466d01f49c46adbc2e6 (patch)
treea8fd7fcbfcd56512a5fe6683e44f2757cfa7231e /pkgs
parent8abb6b4488e75203a9b20fbe286e53ee2582c026 (diff)
parentc5a63ebf394ecc7c81c0c7e1a88508721958355a (diff)
Merge pull request #126592 from jeffa5/update-tectonic-0.5.2
tectonic: 0.4.1 -> 0.5.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/typesetting/tectonic/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix
index ba722837026d9..dd92477d1739d 100644
--- a/pkgs/tools/typesetting/tectonic/default.nix
+++ b/pkgs/tools/typesetting/tectonic/default.nix
@@ -3,16 +3,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tectonic";
-  version = "0.4.1";
+  version = "0.5.2";
 
   src = fetchFromGitHub {
     owner = "tectonic-typesetting";
     repo = "tectonic";
     rev = "tectonic@${version}";
-    sha256 = "sha256-XQ3KRM12X80JPFMnQs//8ZJEv+AV1sr3BH0Nw/PH0HQ=";
+    fetchSubmodules = true;
+    sha256 = "sha256-JQ78N+cfk1D6xZixoUvYiLP6ZwovBn/ro1CZoutBwp8=";
   };
 
-  cargoSha256 = "sha256-930tFAKMCmTFS9faIWLSVtWN/gAA9UAUMuRo61XISYA=";
+  cargoSha256 = "sha256-disJme0UM6U+yWjGsPya0xDvW6iQsipqMkEALeJ99xU=";
 
   nativeBuildInputs = [ pkg-config ];