texpresso: 0-unstable-2024-04-08 -> 0-unstable-2024-04-18

This commit is contained in:
R. Ryantm 2024-04-21 08:38:12 +00:00
parent 44fa1ee8c2
commit 48da826308
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" ];