Merge branch 'bump-nix-plugins'

This commit is contained in:
Shea Levy 2021-11-26 06:48:36 -05:00
commit 3a3691a7d2
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
2 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nix-plugins";
version = "6.0.0";
version = "8.0.0";
src = fetchFromGitHub {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
sha256 = "08kxdci0sijj1hfkn3dbr7nbpb9xck0xr3xa3a0j116n4kvwb6qv";
hash = "sha256-Zz8cPHK4w0qimYu6III6XfiKVQIzEMMV9P6ER5fveZY=";
};
nativeBuildInputs = [ cmake pkg-config ];

View File

@ -18802,7 +18802,7 @@ with pkgs;
nghttp2 = callPackage ../development/libraries/nghttp2 { };
libnghttp2 = nghttp2.lib;
nix-plugins = callPackage ../development/libraries/nix-plugins { nix = nix_2_3; };
nix-plugins = callPackage ../development/libraries/nix-plugins { };
nika-fonts = callPackage ../data/fonts/nika-fonts { };