dapp: v0.5.2 -> v0.5.3

This commit is contained in:
Mikael Brockman 2017-07-18 11:09:47 +03:00
parent e4af2d6050
commit a2a6259779

View file

@ -3,18 +3,18 @@
stdenv.mkDerivation rec {
name = "dapp";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
owner = "dapphub";
repo = "dapp";
rev = "v${version}";
sha256 = "1529ml5r1l5g6xcak7k3h3ih214mgnk87jsxyk0rvk245jkard1y";
sha256 = "13b2krd02py8jnzjis44lay5i31d95z0myrsy5afzw7fa25giird";
};
nativeBuildInputs = [makeWrapper shellcheck];
buildPhase = "true";
doCheck = false;
doCheck = true;
checkPhase = "make test";
makeFlags = ["prefix=$(out)"];
postInstall = let path = lib.makeBinPath [