From 385fa8bea54220c28ee5fddef4128b80c446adc1 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 8 Jul 2018 15:05:45 -0700 Subject: 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 --- pkgs/development/libraries/libtomcrypt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/libtomcrypt') diff --git a/pkgs/development/libraries/libtomcrypt/default.nix b/pkgs/development/libraries/libtomcrypt/default.nix index d6915fe4cd3f..f9e7f9684bac 100644 --- a/pkgs/development/libraries/libtomcrypt/default.nix +++ b/pkgs/development/libraries/libtomcrypt/default.nix @@ -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 ]; -- cgit 1.4.1