simpleTpmPk11: git-20140925 -> git-20160712 (#17317)

This commit is contained in:
leenaars 2016-07-28 04:01:08 +02:00 committed by Franz Pletz
parent cf8c16e3aa
commit ad87385b0e
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchgit, trousers, openssl, opencryptoki, automake, autoconf, libtool }:
stdenv.mkDerivation rec {
name = "simple-tpm-pk11-2014-09-25";
name = "simple-tpm-pk11-2016-07-12";
src = fetchgit {
url = "https://github.com/ThomasHabets/simple-tpm-pk11";
rev = "f26f10e11344560ff6e1479e6795dc0e5dc49a26";
sha256 = "0546lhxssngpkrhg5kmrvn4bm1s2kyd20kvhz3rfavfrvr72cs9k";
rev = "6f1f7a6b96ac82965e977cfecb88d930f1d70243";
sha256 = "06vf3djp29slh7hrh4hlh3npyl277fy7d77jv9mxa1sk1idjklxc";
};
buildInputs = [ trousers openssl opencryptoki automake autoconf libtool ];