about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Nagel <florian.nagel@pm.me>2024-02-05 15:32:47 +0100
committerFlorian Nagel <florian.nagel@pm.me>2024-02-05 16:49:32 +0100
commit712b8275ae20304de67980f3b52ac0afc9855dde (patch)
tree2832ef3ea01694bd81ab94fc1336b4d28a6a08ae
parentecbce334d4c5fbc6ccfef409b144b96dd058dc7e (diff)
tectonic: 0.14.1 -> 0.15.0
Release notes: https://github.com/tectonic-typesetting/tectonic/releases/tag/tectonic%400.15.0
-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 6b98a5db63438..016ed39978e0c 100644
--- a/pkgs/tools/typesetting/tectonic/default.nix
+++ b/pkgs/tools/typesetting/tectonic/default.nix
@@ -21,17 +21,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tectonic";
-  version = "0.14.1";
+  version = "0.15.0";
 
   src = fetchFromGitHub {
     owner = "tectonic-typesetting";
     repo = "tectonic";
     rev = "tectonic@${version}";
     fetchSubmodules = true;
-    sha256 = "sha256-Cd8YzjU5mCA5DmgLBjg8eVRc87chVVIXinJuf8cNw3o=";
+    sha256 = "sha256-xZHYiaQ8ASUwu0ieHIXcjRaH06SQoB6OR1y7Ok+FjAs=";
   };
 
-  cargoHash = "sha256-1WjZbmZFPB1+QYpjqq5Y+fDkMZNmWJYIxmMFWg7Tiac=";
+  cargoHash = "sha256-niMgb4zsTWHw5yaa4kJOZzpOzO5gMG4k3cTHwSV+wmY=";
 
   nativeBuildInputs = [ pkg-config ];