ptex: 2.1.33 -> 2.3.0 (#43739)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ptex/versions.
This commit is contained in:
R. RyanTM 2018-07-30 11:45:56 -07:00 committed by xeji
parent aeab0ec63b
commit 03e47c388a

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
name = "ptex-${version}";
version = "2.1.33";
version = "2.3.0";
src = fetchFromGitHub {
owner = "wdas";
repo = "ptex";
rev = "v${version}";
sha256 = "15ijjq3w7hwgm4mqah0x4jzjy3v2nnmmv28lbqzmxzcxjgh4sjkn";
sha256 = "0nfz0y66bmi6xckn1whi4sfd8i3ibln212fgm4img2z98b6vccyg";
};
outputs = [ "bin" "dev" "out" "lib" ];