nix-plugins: 4.0.1 -> 4.0.2

This commit is contained in:
Shea Levy 2018-04-11 18:41:39 -04:00
parent 88d96bd934
commit 74914dd075
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 }: { stdenv, fetchFromGitHub, nix, cmake, pkgconfig, boost }:
let version = "4.0.1"; in let version = "4.0.2"; in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nix-plugins-${version}"; name = "nix-plugins-${version}";
@ -7,7 +7,7 @@ stdenv.mkDerivation {
owner = "shlevy"; owner = "shlevy";
repo = "nix-plugins"; repo = "nix-plugins";
rev = version; rev = version;
sha256 = "1v7wf9l1zjlvpy23v03q5lc8d16isqb7wv1nqry1jjm0bcva72jg"; sha256 = "0cr1lz788rw7kxfs2acplhdl5cv8qrfh4kdqxi0p63ajnd303k8c";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];