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

tboot: 1.10.5 -> 1.11.0

authored by

Jörg Thalheim and committed by
GitHub
470ad5df 1f992771

+2 -2
+2 -2
pkgs/tools/security/tboot/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tboot"; 5 - version = "1.10.5"; 5 + version = "1.11.0"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-O0vhbAPLwlBx7x1L2gtP1VDu2G2sbH9+/fAkI8VRs5M="; 9 + sha256 = "sha256-/hnuDEhnL7jIdZ4oUxDo1YYGseDoR+rKH9BhuXGiiQQ="; 10 10 }; 11 11 12 12 buildInputs = [ openssl trousers zlib ];