nixpkgs/pkgs/development/libraries/v8/3.24.10.nix
Brian McKenna 1ad2fa452a Add EventStore package
This turns the V8 expression into a generic build, so that we can
build with the required version.
2015-05-09 11:46:01 -06:00

7 lines
160 B
Nix

{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
version = "3.24.10";
sha256 = "1blz5h9syk93bb4x3shcai3s2jhh6ai4bpymr9rz0f1ysvg60x75";
})