mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 02:39:36 +00:00
hiredis: 1.0.0 -> 1.0.2
Fixes CVE-2021-32765. https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2
This commit is contained in:
parent
80c83e8944
commit
a1ab38dfc5
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hiredis";
|
||||
version = "1.0.0";
|
||||
version = "1.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "redis";
|
||||
repo = "hiredis";
|
||||
rev = "v${version}";
|
||||
sha256 = "01xnynm9d56a0alb5wxbfayakybm5pnr12icj9mqkn4xxihbnbgr";
|
||||
sha256 = "0a55zk3qrw9yl27i87h3brg2hskmmzbfda77dhq9a4if7y70xnfb";
|
||||
};
|
||||
|
||||
PREFIX = "\${out}";
|
||||
|
Loading…
Reference in New Issue
Block a user