tboot: 1.9.6 -> 1.9.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tboot/versions
This commit is contained in:
R. RyanTM 2019-05-12 23:37:38 -07:00 committed by Frederik Rietdijk
parent 336f4e3431
commit c46ad20420

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "tboot-${version}";
version = "1.9.6";
version = "1.9.8";
src = fetchurl {
url = "mirror://sourceforge/tboot/${name}.tar.gz";
sha256 = "0f9afz260xhycpd0x5zz6jn8ha14i8j98rck0fhb55l1rbbfwm8v";
sha256 = "06f0ggl6vrb5ghklblvh2ixgmmjv31rkp1vfj9qm497iqwq9ac00";
};
patches = [ ./tboot-add-well-known-secret-option-to-lcp_writepol.patch ];