aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/nix-plugins
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-05-30 16:23:37 -0400
committerShea Levy <shea@shealevy.com>2018-05-30 16:23:37 -0400
commite2126dfd71a536c0db7c890e94c574afa06f01e7 (patch)
tree5e8c1c5b780a96893e6be55384c7fb85de270abc /pkgs/development/libraries/nix-plugins
parenteff23c080506b468bff583d500419a4b86c0e8c5 (diff)
nix-plugins: 4.0.4 -> 4.0.5.
Allows building against nix stable.
Diffstat (limited to 'pkgs/development/libraries/nix-plugins')
-rw-r--r--pkgs/development/libraries/nix-plugins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nix-plugins/default.nix b/pkgs/development/libraries/nix-plugins/default.nix
index c4a30f52b050..ff8a54f87f2a 100644
--- a/pkgs/development/libraries/nix-plugins/default.nix
+++ b/pkgs/development/libraries/nix-plugins/default.nix
@@ -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 ];