tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nix-plugins: 2.0.6 -> 2.0.7.
Fixes warning on nix 1.12
Shea Levy
9 years ago
f038db24
fe319f8e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
nix-plugins
default.nix
+2
-2
pkgs/development/libraries/nix-plugins/default.nix
···
1
1
{ stdenv, fetchFromGitHub, nix, boehmgc }:
2
2
-
let version = "2.0.6"; in
2
2
+
let version = "2.0.7"; 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
10
-
sha256 = "0gbajaxg7awk1fhicsnmvhrmd47wc7i38lz4baxks17sgx76amqr";
10
10
+
sha256 = "1q4ydp2w114wbfm41m4qgrabha7ifa17xyz5dr137vvnj6njp4vs";
11
11
};
12
12
13
13
buildFlags = [ "NIX_INCLUDE=${nix.dev}/include" "GC_INCLUDE=${boehmgc.dev}/include" ];