tboot: 1.11.1 -> 1.11.2
This commit is contained in:
parent
9b4937d421
commit
6ed0cca1b9
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tboot";
|
pname = "tboot";
|
||||||
version = "1.11.1";
|
version = "1.11.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-1sPCbF/e5tWOEfBHM67lnK/QFyHRFZjRjAKxXAfw6nc=";
|
sha256 = "sha256-faTdvjjTFXZEoHeVQ1HMTfU+215yruiliFQcQbc/1VA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl trousers zlib ];
|
buildInputs = [ openssl trousers zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user