nix-plugins: 12.0.0 -> 14.0.0

This commit is contained in:
Shea Levy 2023-11-28 22:33:29 -05:00
parent 210d1c2bec
commit e2f82cee42
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
2 changed files with 3 additions and 5 deletions

View File

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

View File

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