texpresso: 0-unstable-2024-03-26 -> 0-unstable-2024-04-08 (#301517)

This commit is contained in:
R. RyanTM 2024-04-11 03:51:52 -07:00 committed by GitHub
parent fcb180445c
commit 8847bb9115
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "texpresso";
version = "0-unstable-2024-03-26";
version = "0-unstable-2024-04-08";
nativeBuildInputs = [
makeWrapper
@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "let-def";
repo = "texpresso";
rev = "34d06efc5719a6289bbe2d05e5295566d0fbcfad";
hash = "sha256-rfrESh2Yz5FfwWW57wBZSJKPri2Pl1uhTGTM02dyOqM=";
rev = "9db77502f238c75ef03ce94f34cc5170d0b2a833";
hash = "sha256-YK4+GqjBjKui4J7YkNyeF1GyquMQMLMhp9o5u4Z8Bmc=";
};
buildFlags = [ "texpresso" ];

View File

@ -6,11 +6,11 @@ tectonic-unwrapped.override (old: {
src = fetchFromGitHub {
owner = "let-def";
repo = "tectonic";
rev = "a6d47e45cd610b271a1428898c76722e26653667";
hash = "sha256-CDky1NdSQoXpTVDQ7sJWjcx3fdsBclO9Eun/70iClcI=";
rev = "7729f1360a7e1e8b8a9f8a6a23f96b5f7cc023d0";
hash = "sha256-OyVkA2EuejxpQvA6pOuFaZh8ghZZ3HaV9q5DZ/2sIrY=";
fetchSubmodules = true;
};
cargoHash = "sha256-M4XYjBK2MN4bOrk2zTSyuixmAjZ0t6IYI/MlYWrmkIk=";
cargoHash = "sha256-62sxvPIiY3len1wsl7QelK3u4ekftIjcTqoIGZMYb5A=";
# binary has a different name, bundled tests won't work
doCheck = false;
meta.mainProgram = "texpresso-tonic";