nix-plugins: 8.0.0 -> 9.0.0
This commit is contained in:
parent
20d85c13aa
commit
ad9a297ff4
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nix-plugins";
|
pname = "nix-plugins";
|
||||||
version = "8.0.0";
|
version = "9.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shlevy";
|
owner = "shlevy";
|
||||||
repo = "nix-plugins";
|
repo = "nix-plugins";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Zz8cPHK4w0qimYu6III6XfiKVQIzEMMV9P6ER5fveZY=";
|
hash = "sha256-AkHsZpYM4EY8SNuF6LhxF2peOjp69ICGc3kOLkDms64=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
|
@ -19737,7 +19737,7 @@ with pkgs;
|
|||||||
|
|
||||||
ngtcp2 = callPackage ../development/libraries/ngtcp2 { };
|
ngtcp2 = callPackage ../development/libraries/ngtcp2 { };
|
||||||
|
|
||||||
nix-plugins = callPackage ../development/libraries/nix-plugins { nix = nixVersions.nix_2_5; };
|
nix-plugins = callPackage ../development/libraries/nix-plugins { };
|
||||||
|
|
||||||
nika-fonts = callPackage ../data/fonts/nika-fonts { };
|
nika-fonts = callPackage ../data/fonts/nika-fonts { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user