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

texpresso: 0-unstable-2024-04-08 -> 0-unstable-2024-04-18
This commit is contained in:
Nick Cao 2024-04-21 13:31:30 -04:00 committed by GitHub
commit a9988e4365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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" ];