aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/liboauth
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-04-03 07:52:32 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-04-03 07:54:09 +0300
commit4bdf7f4bea20023b54a9c0f80e298edef5927cc4 (patch)
treeefa73818f78cf314595fa5f015ca5f92a056b85d /pkgs/development/libraries/liboauth
parent899fd2942a040ef20c00abb0f9aff63b2f839520 (diff)
liboauth: update from 1.0.1 to 1.0.2
Diffstat (limited to 'pkgs/development/libraries/liboauth')
-rw-r--r--pkgs/development/libraries/liboauth/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/liboauth/default.nix b/pkgs/development/libraries/liboauth/default.nix
index 5a3b54544b54..b3eee8ed4342 100644
--- a/pkgs/development/libraries/liboauth/default.nix
+++ b/pkgs/development/libraries/liboauth/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
- name = "liboauth-1.0.1";
+ name = "liboauth-1.0.2";
src = fetchurl {
url = "mirror://sourceforge/liboauth/${name}.tar.gz";
- sha256 = "12wdwq09nba8dzzcgcpbzmgcjr141ky69pm78s15hyyvw4px71sh";
+ sha256 = "1qs58yzydw20dmzvx22i541w641kwd6ja80s9na1az32n1krh6zv";
};
buildInputs = [ nss openssl ];
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
description = "C library implementing the OAuth secure authentication protocol";
homepage = http://liboauth.sourceforge.net/;
+ repositories.git = https://github.com/x42/liboauth.git;
};
}