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:
parent
fdfd948d96
commit
33038f9ed9
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue