Merge pull request #38062 from ryantm/auto-update/ptex
ptex: 2.1.28 -> 2.1.33
This commit is contained in:
commit
94c2176834
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec
|
stdenv.mkDerivation rec
|
||||||
{
|
{
|
||||||
name = "ptex-${version}";
|
name = "ptex-${version}";
|
||||||
version = "2.1.28";
|
version = "2.1.33";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wdas";
|
owner = "wdas";
|
||||||
repo = "ptex";
|
repo = "ptex";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1h6gb3mpis4m6ph7h9q764w50f9jrar3jz2ja76rn5czy6wn318x";
|
sha256 = "15ijjq3w7hwgm4mqah0x4jzjy3v2nnmmv28lbqzmxzcxjgh4sjkn";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" "lib" ];
|
outputs = [ "bin" "dev" "out" "lib" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user