about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-11 07:06:54 -0500
committerGitHub <noreply@github.com>2020-09-11 07:06:54 -0500
commit4f39ab3c335acc8ad3d5a09e5fb5fc64ff945f47 (patch)
treec7022fa69a401640d5c1a80245d2dae895e0adce /pkgs/tools
parent2bb1868f76923f6477570d729221dd4b9e102ba9 (diff)
parent2120ad1dc699c4eb2d6ebea939fb9c97afdb7e91 (diff)
Merge pull request #97662 from doronbehar/pkg/tectonic
tectonic: 0.1.12 -> 0.1.15
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/typesetting/tectonic/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix
index 3b9c0581ecac0..23432e1d460aa 100644
--- a/pkgs/tools/typesetting/tectonic/default.nix
+++ b/pkgs/tools/typesetting/tectonic/default.nix
@@ -3,16 +3,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tectonic";
-  version = "0.1.12";
+  version = "0.1.15";
 
   src = fetchFromGitHub {
     owner = "tectonic-typesetting";
     repo = "tectonic";
-    rev = "v${version}";
-    sha256 = "0dycv135bkpf71iwlwh8rwwvn287d605nl7v8mjxlrsayiivdmn9";
+    rev = "tectonic@${version}";
+    sha256 = "0pzhdfsi4jsj9p5cv8ia4kc4inl7q7jsw694dfyxkcpka6ywyzsh";
   };
 
-  cargoSha256 = "1axrf7d01gmhvrap13rydfvwcsg0lk1zw7z1i7zzm898bc7c02qn";
+  cargoSha256 = "017f1f49svx4inyv6xjx31lnb7dbl6gzwrrzpfz1gimqvdj2gm6j";
 
   nativeBuildInputs = [ pkgconfig ];