3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #165798 from r-ryantm/auto-update/tboot

tboot: 1.10.4 -> 1.10.5
This commit is contained in:
Artturi 2022-03-26 05:36:38 +02:00 committed by GitHub
commit be1f1aa58a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tboot";
version = "1.10.4";
version = "1.10.5";
src = fetchurl {
url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
sha256 = "sha256-iEn6mZ0tuDBA1a2POpJEBaIM0TMVDohbVvp/6OO4nAY=";
sha256 = "sha256-O0vhbAPLwlBx7x1L2gtP1VDu2G2sbH9+/fAkI8VRs5M=";
};
buildInputs = [ openssl trousers zlib ];