nix-plugins: 12.0.0 -> 14.0.0
This commit is contained in:
parent
210d1c2bec
commit
e2f82cee42
@ -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 ];
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user