summary refs log tree commit diff
path: root/pkgs/development/libraries/nix-plugins
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-10-28 00:25:39 -0400
committerShea Levy <shea@shealevy.com>2018-10-28 00:25:39 -0400
commit9b111955ec6852a7f95b970fb79f7c5d7a95e24f (patch)
tree7d42fa9d99bffd7d9eac4d03d100bdb45273ec24 /pkgs/development/libraries/nix-plugins
parentbd7e0aec71f8f5fd4b3bad72de205843789bf2bc (diff)
downloadnixpkgs-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar
nixpkgs-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.gz
nixpkgs-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.bz2
nixpkgs-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.lz
nixpkgs-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.xz
nixpkgs-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.tar.zst
nixpkgs-9b111955ec6852a7f95b970fb79f7c5d7a95e24f.zip
nix-plugins: 5.0.0 -> 6.0.0
Diffstat (limited to 'pkgs/development/libraries/nix-plugins')
-rw-r--r--pkgs/development/libraries/nix-plugins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nix-plugins/default.nix b/pkgs/development/libraries/nix-plugins/default.nix
index d3a4b21b4b6..cc5a115ed71 100644
--- a/pkgs/development/libraries/nix-plugins/default.nix
+++ b/pkgs/development/libraries/nix-plugins/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }:
-let version = "5.0.0"; in
+let version = "6.0.0"; in
 stdenv.mkDerivation {
   name = "nix-plugins-${version}";
 
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
     owner = "shlevy";
     repo = "nix-plugins";
     rev = version;
-    sha256 = "0231j92504vx0f4wax9hwjdni1j4z0g8bx9wbakg6rbghl4svmdv";
+    sha256 = "08kxdci0sijj1hfkn3dbr7nbpb9xck0xr3xa3a0j116n4kvwb6qv";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];