aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/nix-plugins
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-04-17 07:23:27 -0400
committerShea Levy <shea@shealevy.com>2018-04-17 07:23:27 -0400
commit622745c3bf79054f99eb8b8a835f9a542fbc36b3 (patch)
tree1a6ea271c5e5798ad23e9510bdc5da7daee9a3b6 /pkgs/development/libraries/nix-plugins
parent48d9754d2b110ea4b5e7248b74eec52befcd136c (diff)
nix-plugins: 4.0.3 -> 4.0.4
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 392d4daa0d1a..c4a30f52b050 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 = "4.0.3"; in
+let version = "4.0.4"; in
stdenv.mkDerivation {
name = "nix-plugins-${version}";
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
owner = "shlevy";
repo = "nix-plugins";
rev = version;
- sha256 = "0dkrrh94s3gvym7hhdqivxzphsjh0828c0y6w6a51xdpm8rlajzj";
+ sha256 = "02lz62n55pvqin4x44qlxb5knrapyckmj9k8ggk4qxgb36368ifn";
};
nativeBuildInputs = [ cmake pkgconfig ];