Merge pull request #322800 from r-ryantm/auto-update/sem

sem: 0.29.0 -> 0.30.0
This commit is contained in:
Weijia Wang 2024-07-02 23:14:10 +02:00 committed by GitHub
commit 8419df34c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sem";
version = "0.29.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "semaphoreci";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-ZizmDuEu3D8cVOMw0k1yBXlLft+nzOPnqv5Yi6vk5AM=";
sha256 = "sha256-bShQ+paDM9AdrdPrtwyQ5Mytf/SNZ4fVMDT2ZNswt3o=";
};
vendorHash = "sha256-p8+M+pRp12P7tYlFpXjU94JcJOugQpD8rFdowhonh74=";