Revert "nix-plugins: 14.0.0 -> 15.0.0"

This reverts commit 0291167323.

To match Nix version revert.

See upstream issue: https://github.com/NixOS/nix/issues/11547
This commit is contained in:
K900 2024-09-19 16:57:41 +03:00
parent b3b9bdd901
commit 7d10007445

View File

@ -2,21 +2,18 @@
stdenv.mkDerivation rec {
pname = "nix-plugins";
version = "15.0.0";
version = "14.0.0";
src = fetchFromGitHub {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
hash = "sha256-C4VqKHi6nVAHuXVhqvTRRyn0Bb619ez4LzgUWPH1cbM=";
hash = "sha256-RDKAuLwcZ3Pbn5JUDmGBcfD0xbM6Jud2ouXh/YKpfS8=";
};
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [
nix
boost
];
buildInputs = [ nix boost ];
meta = {
description = "Collection of miscellaneous plugins for the nix expression language";