ntbtls: 0.1.1 -> 0.1.2

This commit is contained in:
Joachim Fasting 2018-03-11 01:33:41 +01:00
parent 8332b7aef9
commit fb8a85f631
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

View File

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "ntbtls-${version}";
version = "0.1.1";
version = "0.1.2";
src = fetchurl {
url = "mirror://gnupg/ntbtls/ntbtls-${version}.tar.bz2";
sha256 = "0d322kgih43vr0gvy7kdj4baql1d6fa71vgpv0z63ira9pk4q9rd";
sha256 = "1rywgdyj7prmwdi5r1rpglakqpnjskgln1mqksqm28qcwn2dnh42";
};
outputs = [ "dev" "out" ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A tiny TLS 1.2 only implementation";
homepage = https://www.gnupg.org/software/ntbtls/index.html;
homepage = "https://www.gnupg.org/software/ntbtls/";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ joachifm ];