nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

php.extensions.event: 3.0.4 -> 3.0.5

+2 -2
+2 -2
pkgs/development/php-packages/event/default.nix
··· 2 2 buildPecl { 3 3 pname = "event"; 4 4 5 - version = "3.0.4"; 6 - sha256 = "13yb3zvlx43cncawymiwbqyz8gzpq1g03vd0xjlw9vz75b4mwn1x"; 5 + version = "3.0.5"; 6 + sha256 = "0q5a83mcl97cyry5rd85j5xsjvflnki6s5cm56igjm0szxvgj39c"; 7 7 8 8 configureFlags = [ 9 9 "--with-event-libevent-dir=${libevent.dev}"