Merge pull request #249115 from shlevy/nix-plugins-12

nix-plugins: 11.0.0 -> 12.0.0
This commit is contained in:
Nick Cao 2023-08-15 17:56:13 -06:00 committed by GitHub
commit 7595678a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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