nix-plugins: 4.0.4 -> 4.0.5.

Allows building against nix stable.

+3 -5
+2 -2
pkgs/development/libraries/nix-plugins/default.nix
··· 1 1 { stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }: 2 - let version = "4.0.4"; in 2 + let version = "4.0.5"; in 3 3 stdenv.mkDerivation { 4 4 name = "nix-plugins-${version}"; 5 5 ··· 7 7 owner = "shlevy"; 8 8 repo = "nix-plugins"; 9 9 rev = version; 10 - sha256 = "02lz62n55pvqin4x44qlxb5knrapyckmj9k8ggk4qxgb36368ifn"; 10 + sha256 = "170f365rnik62fp9wllbqlspr8lf1yb96pmn2z708i2wjlkdnrny"; 11 11 }; 12 12 13 13 nativeBuildInputs = [ cmake pkgconfig ];
+1 -3
pkgs/top-level/all-packages.nix
··· 10850 10850 }; 10851 10851 libnghttp2 = nghttp2.lib; 10852 10852 10853 - nix-plugins = callPackage ../development/libraries/nix-plugins { 10854 - nix = nixUnstable; 10855 - }; 10853 + nix-plugins = callPackage ../development/libraries/nix-plugins {}; 10856 10854 10857 10855 nlohmann_json = callPackage ../development/libraries/nlohmann_json { }; 10858 10856