joker: 0.9.7 -> 0.10.1

This commit is contained in:
André Stylianos Ramos
2018-11-08 20:19:06 -02:00
parent 530b4bcadd
commit 3a7d9f84f8
2 changed files with 11 additions and 2 deletions
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "joker-${version}";
version = "0.9.7";
version = "0.10.1";
goPackagePath = "github.com/candid82/joker";
@@ -10,7 +10,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "0fl04xdpqmr5xpd4pvj72gdy3v1fr9z6h3ja7dmkama8fw2x4diz";
sha256 = "1c3p61jmlljljbiwsylmfa75pi00y7yj5wabx1rxmpswc41g5mab";
};
preBuild = "go generate ./...";