nix-plugins: 4.0.4 -> 4.0.5.

Allows building against nix stable.
This commit is contained in:
Shea Levy 2018-05-30 16:23:37 -04:00
parent eff23c0805
commit e2126dfd71
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }:
let version = "4.0.4"; in
let version = "4.0.5"; in
stdenv.mkDerivation {
name = "nix-plugins-${version}";
@ -7,7 +7,7 @@ stdenv.mkDerivation {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
sha256 = "02lz62n55pvqin4x44qlxb5knrapyckmj9k8ggk4qxgb36368ifn";
sha256 = "170f365rnik62fp9wllbqlspr8lf1yb96pmn2z708i2wjlkdnrny";
};
nativeBuildInputs = [ cmake pkgconfig ];

View File

@ -10850,9 +10850,7 @@ with pkgs;
};
libnghttp2 = nghttp2.lib;
nix-plugins = callPackage ../development/libraries/nix-plugins {
nix = nixUnstable;
};
nix-plugins = callPackage ../development/libraries/nix-plugins {};
nlohmann_json = callPackage ../development/libraries/nlohmann_json { };