skeema: 1.7.1 -> 1.8.0

This commit is contained in:
Aaron Jheng 2022-06-03 02:09:12 +00:00
parent 58b95595e1
commit 1a1e7f77da
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skeema";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
rev = "v${version}";
sha256 = "sha256-DHdc6Le4WhL5QC/hqtbtq7rdBdLiRflDNnXQY2l2aJ8=";
sha256 = "sha256-hO8F3J8obi99dCT6L9OcbyVhch3z6JLeJHIvrNJemAE=";
};
vendorSha256 = null;