Merge pull request #240822 from r-ryantm/auto-update/skeema

skeema: 1.10.0 -> 1.10.1
This commit is contained in:
Weijia Wang 2023-07-03 10:04:35 +03:00 committed by GitHub
commit dce62d4b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skeema";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
rev = "v${version}";
hash = "sha256-JhOQKfJCaZc5PlDWPuYe1Ag9AHkw9RjEQ4N9MSda4rY=";
hash = "sha256-t0UACavJaDorAgxm2gA6FEsMfQ8UQEY/CZbFIFHwfIQ=";
};
vendorHash = null;