Merge pull request #260317 from r-ryantm/auto-update/limesctl

limesctl: 3.2.1 -> 3.3.0
This commit is contained in:
Weijia Wang 2023-10-12 15:48:41 +02:00 committed by GitHub
commit f4fef2ac71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "limesctl";
version = "3.2.1";
version = "3.3.0";
src = fetchFromGitHub {
owner = "sapcc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TR3cFIGU5hmZuzlYUJX+84vb8gmErSIZizK9J5Ieagk=";
hash = "sha256-zR0+tTPRdmv04t3V0KDA/hG5ZJMT2RYI3+2dkmZHdhk=";
};
vendorHash = null;