skeema: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm 2022-09-16 03:50:47 +00:00 committed by Bobby Rong
parent 7384ad9945
commit 12cefaaa66

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skeema";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
rev = "v${version}";
sha256 = "sha256-1XK4eXRVUkCPx5MULmHx5mwQ5P1aqZNtHNEqCBMK8NE=";
sha256 = "sha256-PyQ5nLoJl3N/ewmHTZZHRLj9WV3EsUjL6fyESc8POss=";
};
vendorSha256 = null;