Commit b5a0bd48 authored by R. RyanTM's avatar R. RyanTM
Browse files

tboot: 1.11.0 -> 1.11.1

parent cd567da6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "tboot";
  version = "1.11.0";
  version = "1.11.1";

  src = fetchurl {
    url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
    sha256 = "sha256-/hnuDEhnL7jIdZ4oUxDo1YYGseDoR+rKH9BhuXGiiQQ=";
    sha256 = "sha256-1sPCbF/e5tWOEfBHM67lnK/QFyHRFZjRjAKxXAfw6nc=";
  };

  buildInputs = [ openssl trousers zlib ];