tboot: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm 2024-03-04 12:27:27 +00:00
parent 9b4937d421
commit 6ed0cca1b9

View file

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