1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

liboauth: update from 1.0.2 to 1.0.3, potentially fixes CVE-2013-4390

This commit is contained in:
Rob Vermaas 2014-09-11 13:36:21 +02:00
parent fdfd948d96
commit 33038f9ed9

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "liboauth-1.0.2";
name = "liboauth-1.0.3";
src = fetchurl {
url = "mirror://sourceforge/liboauth/${name}.tar.gz";
sha256 = "1qs58yzydw20dmzvx22i541w641kwd6ja80s9na1az32n1krh6zv";
sha256 = "07w1aq8y8wld43wmbk2q8134p3bfkp2vma78mmsfgw2jn1bh3xhd";
};
buildInputs = [ nss openssl ];