about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-06-15 12:56:43 +0300
committerDoron Behar <doron.behar@gmail.com>2023-06-15 12:56:43 +0300
commit3ffbf36373742713a1c4afdb8a2aaddc5ada270a (patch)
tree1a5e1ab5b7d94957a6652c13556ca23c1f338e67
parent4c0d7807802e6cc317d5fb4ad5897237d5af9898 (diff)
tectonic: 0.13.1 -> 0.14.1
Diff: https://github.com/tectonic-typesetting/tectonic/compare/tectonic@0.13.1...tectonic%400.14.1

Changelog: https://github.com/tectonic-typesetting/tectonic/blob/tectonic@0.14.1/CHANGELOG.md
-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 0d19fcf20aa9b..c3818fe71f8bd 100644
--- a/pkgs/tools/typesetting/tectonic/default.nix
+++ b/pkgs/tools/typesetting/tectonic/default.nix
@@ -14,17 +14,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tectonic";
-  version = "0.13.1";
+  version = "0.14.1";
 
   src = fetchFromGitHub {
     owner = "tectonic-typesetting";
     repo = "tectonic";
     rev = "tectonic@${version}";
     fetchSubmodules = true;
-    sha256 = "sha256-m1KmyVB4/Flr/xZGY7ixRZhEGNcIPWnwzUsf3VLqzZc=";
+    sha256 = "sha256-Cd8YzjU5mCA5DmgLBjg8eVRc87chVVIXinJuf8cNw3o=";
   };
 
-  cargoHash = "sha256-Q1b7/XJ5Aq2hV2uv12B64WI+JOw6M8J3KITXs5cUo6U=";
+  cargoHash = "sha256-1WjZbmZFPB1+QYpjqq5Y+fDkMZNmWJYIxmMFWg7Tiac=";
 
   nativeBuildInputs = [ pkg-config makeBinaryWrapper ];