Merge branch 'nix-plugins-9'

This commit is contained in:
Shea Levy 2022-05-24 04:54:02 -04:00
commit 00b0dfdb23
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 = "8.0.0";
version = "9.0.0";
src = fetchFromGitHub {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
hash = "sha256-Zz8cPHK4w0qimYu6III6XfiKVQIzEMMV9P6ER5fveZY=";
hash = "sha256-AkHsZpYM4EY8SNuF6LhxF2peOjp69ICGc3kOLkDms64=";
};
nativeBuildInputs = [ cmake pkg-config ];

View file

@ -19737,7 +19737,7 @@ with pkgs;
ngtcp2 = callPackage ../development/libraries/ngtcp2 { };
nix-plugins = callPackage ../development/libraries/nix-plugins { nix = nixVersions.nix_2_5; };
nix-plugins = callPackage ../development/libraries/nix-plugins { };
nika-fonts = callPackage ../data/fonts/nika-fonts { };