mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
nix-plugins: 6.0.0 → 8.0.0.
Works with Nix 2.4 now. Fixes shlevy/nix-plugins#9
This commit is contained in:
parent
8bcc413092
commit
c2f37f240c
2 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nix-plugins";
|
||||
version = "6.0.0";
|
||||
version = "8.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shlevy";
|
||||
repo = "nix-plugins";
|
||||
rev = version;
|
||||
sha256 = "08kxdci0sijj1hfkn3dbr7nbpb9xck0xr3xa3a0j116n4kvwb6qv";
|
||||
hash = "sha256-Zz8cPHK4w0qimYu6III6XfiKVQIzEMMV9P6ER5fveZY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
|
|
@ -18780,7 +18780,7 @@ with pkgs;
|
|||
nghttp2 = callPackage ../development/libraries/nghttp2 { };
|
||||
libnghttp2 = nghttp2.lib;
|
||||
|
||||
nix-plugins = callPackage ../development/libraries/nix-plugins { nix = nix_2_3; };
|
||||
nix-plugins = callPackage ../development/libraries/nix-plugins { };
|
||||
|
||||
nika-fonts = callPackage ../data/fonts/nika-fonts { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue