Skip to content

Commit

Permalink
ptex: 2.1.33 -> 2.3.0 (#43739)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
r-ryantm authored and xeji committed Jul 30, 2018
1 parent aeab0ec commit 03e47c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ptex/default.nix
Expand Up @@ -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" ];
Expand Down

0 comments on commit 03e47c3

Please sign in to comment.