tboot: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm 2023-05-28 12:38:36 +00:00
parent cd567da64a
commit b5a0bd4814

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tboot";
version = "1.11.0";
version = "1.11.1";
src = fetchurl {
url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
sha256 = "sha256-/hnuDEhnL7jIdZ4oUxDo1YYGseDoR+rKH9BhuXGiiQQ=";
sha256 = "sha256-1sPCbF/e5tWOEfBHM67lnK/QFyHRFZjRjAKxXAfw6nc=";
};
buildInputs = [ openssl trousers zlib ];