ntbtls: 0.1.1 -> 0.1.2
This commit is contained in:
parent
8332b7aef9
commit
fb8a85f631
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user