tboot: 1.10.2 -> 1.10.3

This commit is contained in:
R. Ryantm 2021-12-22 11:26:45 +00:00 committed by Jonathan Ringer
parent ba4a465e77
commit bc1033168e

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tboot";
version = "1.10.2";
version = "1.10.3";
src = fetchurl {
url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
sha256 = "sha256-Lheco7ULg87lbC8qXkCWwG3R8jiPdQgznDkPBPy6sRE=";
sha256 = "sha256-ixFs9Bd6VNT1n5RU6n38hFR+m4+SBNzwrCNXRmCHgOQ=";
};
buildInputs = [ openssl trousers zlib ];