Unverified Commit 8847bb91 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

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

parent fcb18044
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];
+3 −3
Original line number Diff line number Diff line
@@ -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";