From c1802276f46449cd4eb9d58d784189697b3023de Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Mar 2022 00:54:40 +0000 Subject: [PATCH 1/2] tectonic: 0.8.0 -> 0.8.1 --- pkgs/tools/typesetting/tectonic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix index b59a96bb3f8d..c7fefc1c665d 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.0"; + version = "0.8.1"; src = fetchFromGitHub { owner = "tectonic-typesetting"; repo = "tectonic"; rev = "tectonic@${version}"; fetchSubmodules = true; - sha256 = "1x6pxzl2fxv0ldfdlgm5x2pcbkny8cf2b4gpk8yj8hhnn1ypim1w"; + sha256 = "sha256-4msHDOrgvSvDsfXuDf4S3OXXkLMsh1CZYH+NjDQ3ASo="; }; - cargoSha256 = "0v5jc26icz83ssky85c8l92jcmglq9f2jbihfh4yqanpmwbpp5fl"; + cargoSha256 = "sha256-zNpO2QCXZ+Ib8K4+waVhdw+EefExeMRSwm6VuDlfWP4="; nativeBuildInputs = [ pkg-config makeWrapper ]; From da19aaee59c0b4b0abf84185e5072cb5b21e9734 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 3 Mar 2022 18:03:38 +0200 Subject: [PATCH 2/2] tectonic: 0.8.1 -> 0.8.2 --- pkgs/tools/typesetting/tectonic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix index c7fefc1c665d..4b4ec194a977 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 ];