aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/nix-plugins
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-04-04 22:50:00 -0400
committerShea Levy <shea@shealevy.com>2017-04-04 22:50:00 -0400
commitf038db24a601c5ec497fb8a70b577bd3a8093ae9 (patch)
tree781524fb409114dc5eb5d70b6aafda4d853d03ee /pkgs/development/libraries/nix-plugins
parentfe319f8ebdbb14aea31e24e1f946278fad990b5e (diff)
nix-plugins: 2.0.6 -> 2.0.7.
Fixes warning on nix 1.12
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 c808ca616b18..2dcc7e9a53dd 100644
--- a/pkgs/development/libraries/nix-plugins/default.nix
+++ b/pkgs/development/libraries/nix-plugins/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, nix, boehmgc }:
-let version = "2.0.6"; in
+let version = "2.0.7"; in
stdenv.mkDerivation {
name = "nix-plugins-${version}";
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
- sha256 = "0gbajaxg7awk1fhicsnmvhrmd47wc7i38lz4baxks17sgx76amqr";
+ sha256 = "1q4ydp2w114wbfm41m4qgrabha7ifa17xyz5dr137vvnj6njp4vs";
};
buildFlags = [ "NIX_INCLUDE=${nix.dev}/include" "GC_INCLUDE=${boehmgc.dev}/include" ];