tboot: 1.11.7 -> 1.11.9

This commit is contained in:
R. Ryantm 2025-05-21 14:09:38 +00:00
parent 74fd8e36e6
commit 1f5e29902a

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "tboot";
version = "1.11.7";
version = "1.11.9";
src = fetchurl {
url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
hash = "sha256-D8GE70yQh40YPnGcahHncyBHHh1MD+GmECATJVOtKnI=";
hash = "sha256-uCbJatmt1qYLuWdCATeCS4mNrpJ+UUBJa1rDgjE37Z0=";
};
buildInputs = [