libtomcrypt: 1.18.1 -> 1.18.2 (#42993)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libtomcrypt/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.18.2 with grep in /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2
- directory tree listing: https://gist.github.com/790645636784c7dcaaf758a811a9cde4
- du listing: https://gist.github.com/b4577fa288333b9d817d01858d90947d
This commit is contained in:
R. RyanTM 2018-07-08 15:05:45 -07:00 committed by xeji
parent 53ef7f0c81
commit 385fa8bea5

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libtomcrypt-${version}";
version = "1.18.1";
version = "1.18.2";
src = fetchurl {
url = "https://github.com/libtom/libtomcrypt/releases/download/v${version}/crypt-${version}.tar.xz";
sha256 = "053z0jzyvf6c9929phlh2p0ybx289s34g7nii5hnjigxzcs3mhap";
sha256 = "113vfrgapyv72lalhd3nkw7jnks8az0gcb5wqn9hj19nhcxlrbcn";
};
nativeBuildInputs = [ libtool ];