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
No known key found for this signature in database
GPG Key ID: 24BE131DF974EE4C
2 changed files with 11 additions and 2 deletions

View File

@ -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 ./...";

View File

@ -8,6 +8,15 @@
sha256 = "1ny3rws671sa9bj5phg6k1rprlgzys73kfdr14vxq4wnwz84zbrc";
};
}
{
goPackagePath = "github.com/pkg/profile";
fetch = {
type = "git";
url = "https://github.com/pkg/profile";
rev = "5b67d428864e92711fcbd2f8629456121a56d91f";
sha256 = "0blqmvgqvdbqmh3fp9pfdxc9w1qfshrr0zy9whj0sn372bw64qnr";
};
}
{
goPackagePath = "gopkg.in/yaml.v2";
fetch = {