joker: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2022-09-04 17:07:09 +00:00
parent 39bce34f6e
commit 6f05f7c172

View File

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