Merge pull request #165646 from r-ryantm/auto-update/joker

joker: 0.18.0 -> 1.0.0
main
Bobby Rong 2 years ago committed by GitHub
commit a67323002c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/interpreters/joker/default.nix

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "joker";
version = "0.18.0";
version = "1.0.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "sha256-Iia4sl8lRTpek5aZvQW/yy+TnMq5KNJH+pBnksqL/G0=";
sha256 = "sha256-SlkhxALJwrZ/DOuBbqjb+wHEfT5mhd3lSD6E0geFP4Y=";
};
vendorSha256 = "sha256-AYoespfzFLP/jIIxbw5K653wc7sSfLY8K7di8GZ64wA=";

Loading…
Cancel
Save