acbuild: v0.3.0 -> v0.4.0

This commit is contained in:
Derek Gonyeo 2016-08-10 13:39:30 -07:00
parent bc8e080ac5
commit 6aa60630cf

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "acbuild-${version}"; name = "acbuild-${version}";
version = "0.3.0"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "appc"; owner = "appc";
repo = "acbuild"; repo = "acbuild";
rev = "v${version}"; rev = "v${version}";
sha256 = "19f2fybz4m7d5sp1v8zkl26ig4dacr27qan9h5lxyn2v7a5z34rc"; sha256 = "0s81xlaw75d05b4cidxml978hnxak8parwpnk9clanwqjbj66c7x";
}; };
buildInputs = [ go ]; buildInputs = [ go ];