Skip to content

Commit

Permalink
nix-plugins: 2.0.6 -> 2.0.7.
Browse files Browse the repository at this point in the history
Fixes warning on nix 1.12

(cherry picked from commit f038db2)
  • Loading branch information
shlevy committed Apr 5, 2017
1 parent abdd895 commit 56e5561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nix-plugins/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, nix, boehmgc }:
let version = "2.0.6"; in
let version = "2.0.7"; in
stdenv.mkDerivation {
name = "nix-plugins-${version}";

src = fetchFromGitHub {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
sha256 = "0gbajaxg7awk1fhicsnmvhrmd47wc7i38lz4baxks17sgx76amqr";
sha256 = "1q4ydp2w114wbfm41m4qgrabha7ifa17xyz5dr137vvnj6njp4vs";
};

buildFlags = [ "NIX_INCLUDE=${nix.dev}/include" "GC_INCLUDE=${boehmgc.dev}/include" ];
Expand Down

0 comments on commit 56e5561

Please sign in to comment.