summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2022-03-03 18:03:38 +0200
committerDoron Behar <doron.behar@gmail.com>2022-03-03 18:03:38 +0200
commitda19aaee59c0b4b0abf84185e5072cb5b21e9734 (patch)
tree38d3c5ef065112a9f88b06e1d27736beec89dc60 /pkgs/tools/typesetting
parentc1802276f46449cd4eb9d58d784189697b3023de (diff)
downloadnixpkgs-da19aaee59c0b4b0abf84185e5072cb5b21e9734.tar
nixpkgs-da19aaee59c0b4b0abf84185e5072cb5b21e9734.tar.gz
nixpkgs-da19aaee59c0b4b0abf84185e5072cb5b21e9734.tar.bz2
nixpkgs-da19aaee59c0b4b0abf84185e5072cb5b21e9734.tar.lz
nixpkgs-da19aaee59c0b4b0abf84185e5072cb5b21e9734.tar.xz
nixpkgs-da19aaee59c0b4b0abf84185e5072cb5b21e9734.tar.zst
nixpkgs-da19aaee59c0b4b0abf84185e5072cb5b21e9734.zip
tectonic: 0.8.1 -> 0.8.2
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 c7fefc1c665..4b4ec194a97 100644
--- a/pkgs/tools/typesetting/tectonic/default.nix
+++ b/pkgs/tools/typesetting/tectonic/default.nix
@@ -13,17 +13,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tectonic";
-  version = "0.8.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "tectonic-typesetting";
     repo = "tectonic";
     rev = "tectonic@${version}";
     fetchSubmodules = true;
-    sha256 = "sha256-4msHDOrgvSvDsfXuDf4S3OXXkLMsh1CZYH+NjDQ3ASo=";
+    sha256 = "sha256-Xw/Rs30mH81b8qqdpmbXjSSYIG08wwRvykzhPpF94uk=";
   };
 
-  cargoSha256 = "sha256-zNpO2QCXZ+Ib8K4+waVhdw+EefExeMRSwm6VuDlfWP4=";
+  cargoSha256 = "sha256-JzYCxsaBuQ5I+FgHVRQPNM32bJlE4H9Fd+48/jXDcr0=";
 
   nativeBuildInputs = [ pkg-config makeWrapper ];