Skip to content

Commit

Permalink
Merge branch 'bump-nix-plugins'
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Nov 26, 2021
2 parents dfd7051 + c2f37f2 commit 3a3691a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nix-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18802,7 +18802,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 { };

Expand Down

0 comments on commit 3a3691a

Please sign in to comment.