Merge pull request #234612 from r-ryantm/auto-update/tboot

tboot: 1.11.0 -> 1.11.1
This commit is contained in:
Weijia Wang
2023-05-29 00:37:17 +03:00
committed by GitHub
+2 -2
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 ];