From 4bdf7f4bea20023b54a9c0f80e298edef5927cc4 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Thu, 3 Apr 2014 07:52:32 +0300 Subject: [PATCH] liboauth: update from 1.0.1 to 1.0.2 --- pkgs/development/libraries/liboauth/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/liboauth/default.nix b/pkgs/development/libraries/liboauth/default.nix index 5a3b54544b5..b3eee8ed434 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; }; }