summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2021-11-26 06:22:34 -0500
committerShea Levy <shea@shealevy.com>2021-11-26 06:23:28 -0500
commitc2f37f240c022b5ed4fff05301bde4ef6f6a92d0 (patch)
treeb95ed62a319c85fc9b409a9bc6c78ce4243ebc63
parent8bcc413092dd4f3bcd421e12665e5aca50100820 (diff)
downloadnixpkgs-c2f37f240c022b5ed4fff05301bde4ef6f6a92d0.tar
nixpkgs-c2f37f240c022b5ed4fff05301bde4ef6f6a92d0.tar.gz
nixpkgs-c2f37f240c022b5ed4fff05301bde4ef6f6a92d0.tar.bz2
nixpkgs-c2f37f240c022b5ed4fff05301bde4ef6f6a92d0.tar.lz
nixpkgs-c2f37f240c022b5ed4fff05301bde4ef6f6a92d0.tar.xz
nixpkgs-c2f37f240c022b5ed4fff05301bde4ef6f6a92d0.tar.zst
nixpkgs-c2f37f240c022b5ed4fff05301bde4ef6f6a92d0.zip
nix-plugins: 6.0.0 → 8.0.0.
Works with Nix 2.4 now.

Fixes shlevy/nix-plugins#9
-rw-r--r--pkgs/development/libraries/nix-plugins/default.nix4
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/nix-plugins/default.nix b/pkgs/development/libraries/nix-plugins/default.nix
index a4c18e9f046..c17a0e8c7fe 100644
--- a/pkgs/development/libraries/nix-plugins/default.nix
+++ b/pkgs/development/libraries/nix-plugins/default.nix
@@ -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 ];
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 98696a445cc..1dc4a85720b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 { };