Merge pull request #241275 from NixOS/nix-plugins-11

nix-plugins: 10.0.0 -> 11.0.0
This commit is contained in:
Shea Levy 2023-07-07 01:13:07 -04:00 committed by GitHub
commit 4f91766e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nix-plugins";
version = "10.0.0";
version = "11.0.0";
src = fetchFromGitHub {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
hash = "sha256-7Lo+YxpiRz0+ZLFDvYMJWWK2j0CyPDRoP1wAc+OaPJY=";
hash = "sha256-sJL8g+UVFvJTqujS9F6gy8tairYUztHCSILkQlwDADU";
};
nativeBuildInputs = [ cmake pkg-config ];

View File

@ -23618,7 +23618,9 @@ with pkgs;
ngtcp2 = callPackage ../development/libraries/ngtcp2 { };
ngtcp2-gnutls = callPackage ../development/libraries/ngtcp2/gnutls.nix { };
nix-plugins = callPackage ../development/libraries/nix-plugins { };
nix-plugins = callPackage ../development/libraries/nix-plugins {
nix = nixVersions.nix_2_16;
};
nika-fonts = callPackage ../data/fonts/nika-fonts { };