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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "ntbtls-${version}";
|
name = "ntbtls-${version}";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/ntbtls/ntbtls-${version}.tar.bz2";
|
url = "mirror://gnupg/ntbtls/ntbtls-${version}.tar.bz2";
|
||||||
sha256 = "0d322kgih43vr0gvy7kdj4baql1d6fa71vgpv0z63ira9pk4q9rd";
|
sha256 = "1rywgdyj7prmwdi5r1rpglakqpnjskgln1mqksqm28qcwn2dnh42";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "dev" "out" ];
|
outputs = [ "dev" "out" ];
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tiny TLS 1.2 only implementation";
|
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;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ joachifm ];
|
maintainers = with maintainers; [ joachifm ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user