mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03: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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "liboauth-1.0.2";
|
name = "liboauth-1.0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/liboauth/${name}.tar.gz";
|
url = "mirror://sourceforge/liboauth/${name}.tar.gz";
|
||||||
sha256 = "1qs58yzydw20dmzvx22i541w641kwd6ja80s9na1az32n1krh6zv";
|
sha256 = "07w1aq8y8wld43wmbk2q8134p3bfkp2vma78mmsfgw2jn1bh3xhd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nss openssl ];
|
buildInputs = [ nss openssl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user