Merge pull request #38062 from ryantm/auto-update/ptex

ptex: 2.1.28 -> 2.1.33
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:53:06 -05:00 committed by GitHub
commit 94c2176834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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