Unverified Commit a9988e43 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #305691 from r-ryantm/auto-update/texpresso

texpresso: 0-unstable-2024-04-08 -> 0-unstable-2024-04-18
parents 47481aca 48da8263
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-04-08";
  version = "0-unstable-2024-04-18";

  nativeBuildInputs = [
    makeWrapper
@@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "let-def";
    repo = "texpresso";
    rev = "9db77502f238c75ef03ce94f34cc5170d0b2a833";
    hash = "sha256-YK4+GqjBjKui4J7YkNyeF1GyquMQMLMhp9o5u4Z8Bmc=";
    rev = "62b2b5913420d92bb2863d9c92ac2072f7aaa5f9";
    hash = "sha256-kVGRuFVkJvQfl1bEjBU0pyx+SB+k5yI9C6XFiKZRpLQ=";
  };

  buildFlags = [ "texpresso" ];