nix-plugins: 4.0.3 -> 4.0.4

This commit is contained in:
Shea Levy 2018-04-17 07:23:27 -04:00
parent 48d9754d2b
commit 622745c3bf
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -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 ];