tboot: 1.10.3 -> 1.10.4

This commit is contained in:
R. Ryantm 2022-02-28 12:02:13 +00:00 committed by ehmry
parent c0ac65d9b3
commit e61bec5c0d

View file

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