mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
parent
9ee3dd9617
commit
b568ca5c9d
@ -6,6 +6,12 @@ let self = with self; {
|
||||
inherit (pkgs) stdenv autoreconfHook fetchurl;
|
||||
};
|
||||
|
||||
apcu = buildPecl {
|
||||
name = "apcu-4.0.7";
|
||||
|
||||
sha256 = "1mhbz56mbnq7dryf2d64l84lj3fpr5ilmg2424glans3wcg772hp";
|
||||
};
|
||||
|
||||
memcache = buildPecl {
|
||||
name = "memcache-3.0.8";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user