texpresso: 0-unstable-2024-06-22 -> 0-unstable-2024-07-02
This commit is contained in:
parent
b959f399d2
commit
c60290600e
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "texpresso";
|
pname = "texpresso";
|
||||||
version = "0-unstable-2024-06-22";
|
version = "0-unstable-2024-07-02";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "let-def";
|
owner = "let-def";
|
||||||
repo = "texpresso";
|
repo = "texpresso";
|
||||||
rev = "e1e05f5559751d4b50772cd51d14101be0563ce1";
|
rev = "0e14b1df6269b07c2c985f001e32b48673495a8b";
|
||||||
hash = "sha256-av1yadR2giJUxFQuHSXFgTbCNsmccrzKOmLVnAGJt6c=";
|
hash = "sha256-av1yadR2giJUxFQuHSXFgTbCNsmccrzKOmLVnAGJt6c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@ tectonic-unwrapped.override (old: {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "let-def";
|
owner = "let-def";
|
||||||
repo = "tectonic";
|
repo = "tectonic";
|
||||||
rev = "b38cb3b2529bba947d520ac29fbb7873409bd270";
|
rev = "5b844105c06e0b16e40b1254359f8c28e8956280";
|
||||||
hash = "sha256-ap7fEPHsASAphIQkjcvk1CC7egTdxaUh7IpSS5os4W8=";
|
hash = "sha256-RPsXmp+5MF9h+H3wdL1O1hXSRZWjWTY8lXq/dWZIM1g=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
cargoHash = "sha256-g4iBo8r+QUOcFJ3CI2+HOi4VHxU7jKnIWlJcKx/6r5E=";
|
cargoHash = "sha256-g4iBo8r+QUOcFJ3CI2+HOi4VHxU7jKnIWlJcKx/6r5E=";
|
||||||
|
Loading…
Reference in New Issue
Block a user