joker: 0.8.6 -> 0.8.7

This commit is contained in:
André Stylianos Ramos
2017-12-17 04:40:53 +01:00
parent 24b7408881
commit dac6aa7d4e
2 changed files with 11 additions and 2 deletions
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "joker-${version}";
version = "0.8.6";
version = "0.8.7";
goPackagePath = "github.com/candid82/joker";
@@ -10,7 +10,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "0m6xi1jgss6f4maxqpwjyyhyyc71wy5a7jpm908m49xx80mz5ams";
sha256 = "1cmvja8qdrrzacdfn944f22mdg8177qkxfrb10ykq59c2yp1xn01";
};
preBuild = "go generate ./...";