joker: 0.17.3 -> 0.18.0

This commit is contained in:
R. Ryantm 2021-12-30 17:18:54 +00:00
parent b88fab1bfe
commit a748e9941c

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=";