liboauth: update from 1.0.1 to 1.0.2

This commit is contained in:
Evgeny Egorochkin 2014-04-03 07:52:32 +03:00
parent 899fd2942a
commit 4bdf7f4bea

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "liboauth-1.0.1"; name = "liboauth-1.0.2";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/liboauth/${name}.tar.gz"; url = "mirror://sourceforge/liboauth/${name}.tar.gz";
sha256 = "12wdwq09nba8dzzcgcpbzmgcjr141ky69pm78s15hyyvw4px71sh"; sha256 = "1qs58yzydw20dmzvx22i541w641kwd6ja80s9na1az32n1krh6zv";
}; };
buildInputs = [ nss openssl ]; buildInputs = [ nss openssl ];
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
platforms = platforms.linux; platforms = platforms.linux;
description = "C library implementing the OAuth secure authentication protocol"; description = "C library implementing the OAuth secure authentication protocol";
homepage = http://liboauth.sourceforge.net/; homepage = http://liboauth.sourceforge.net/;
repositories.git = https://github.com/x42/liboauth.git;
}; };
} }