Skip to content

Commit

Permalink
nix-plugins: 9.0.0 -> 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Sep 14, 2022
1 parent f040a9d commit fc0fe6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 39 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/libraries/nix-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@

stdenv.mkDerivation rec {
pname = "nix-plugins";
version = "9.0.0";
version = "10.0.0";

src = fetchFromGitHub {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
hash = "sha256-AkHsZpYM4EY8SNuF6LhxF2peOjp69ICGc3kOLkDms64=";
hash = "sha256-7Lo+YxpiRz0+ZLFDvYMJWWK2j0CyPDRoP1wAc+OaPJY=";
};

patches = [ ./nix-2.9.patch ];

nativeBuildInputs = [ cmake pkg-config ];

buildInputs = [ nix boost ];
Expand Down
35 changes: 0 additions & 35 deletions pkgs/development/libraries/nix-plugins/nix-2.9.patch

This file was deleted.

0 comments on commit fc0fe6e

Please sign in to comment.