tboot: 1.11.3 -> 1.11.7 (#390304)

This commit is contained in:
Wolfgang Walther
2025-03-16 13:45:06 +00:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "tboot";
version = "1.11.3";
version = "1.11.7";
src = fetchurl {
url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
hash = "sha256-TIs/xLxLBkKBN0a0CRB2KMmCq8QgICH1++i485WDU3A=";
hash = "sha256-D8GE70yQh40YPnGcahHncyBHHh1MD+GmECATJVOtKnI=";
};
buildInputs = [