Skip to content

Commit

Permalink
Merge pull request #90006 from r-ryantm/auto-update/joker
Browse files Browse the repository at this point in the history
joker: 0.15.3 -> 0.15.4
  • Loading branch information
marsam committed Jun 10, 2020
2 parents 1f1f02b + 81c9cc0 commit a6c9c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/joker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "joker";
version = "0.15.3";
version = "0.15.4";

src = fetchFromGitHub {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "1pxj6flyhf522zjab1dfvxfajyx3v3rzs7l8ma7ma6b8zmwp2wdn";
sha256 = "1ad6cdqadd1zs9zh85zyhdiiv6ir28k28w034vzsx5zaipvy4kml";
};

vendorSha256 = "1rn8ijq3v3fzlbyvm7g4i3qpwcl3vrl4rbcvlbzv05wxrgcw9iqb";
vendorSha256 = "031ban30kx84r54fj9aq96pwkz9nqh4p9yzs4l8i1wqmy52rldvl";

preBuild = ''
go generate ./...
Expand Down

0 comments on commit a6c9c25

Please sign in to comment.