tboot: 1.11.7 -> 1.11.9 (#409433)

authored by Wolfgang Walther and committed by GitHub 9bfa5897 b3d204bb

+2 -2
+2 -2
pkgs/by-name/tb/tboot/package.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "tboot"; 13 - version = "1.11.7"; 14 15 src = fetchurl { 16 url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz"; 17 - hash = "sha256-D8GE70yQh40YPnGcahHncyBHHh1MD+GmECATJVOtKnI="; 18 }; 19 20 buildInputs = [
··· 10 11 stdenv.mkDerivation rec { 12 pname = "tboot"; 13 + version = "1.11.9"; 14 15 src = fetchurl { 16 url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz"; 17 + hash = "sha256-uCbJatmt1qYLuWdCATeCS4mNrpJ+UUBJa1rDgjE37Z0="; 18 }; 19 20 buildInputs = [