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

joker: 0.17.3 -> 0.18.0
This commit is contained in:
Bobby Rong 2022-01-20 18:24:06 +08:00 committed by GitHub
commit 880b5eec8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "joker";
version = "0.17.3";
version = "0.18.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "sha256-mm1vFXaQEljsU7Yg+3zDF2MBsc/ePSVF9LezeMWCyL0=";
sha256 = "sha256-Iia4sl8lRTpek5aZvQW/yy+TnMq5KNJH+pBnksqL/G0=";
};
vendorSha256 = "sha256-AYoespfzFLP/jIIxbw5K653wc7sSfLY8K7di8GZ64wA=";