tboot: 1.11.7 -> 1.11.9 (#409433)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:53:36 +00:00 committed by GitHub
commit 9bfa5897c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [