limesctl: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2023-10-01 10:39:11 +00:00
parent dd8af63ff7
commit 3fecaf7177

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "limesctl";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "sapcc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/9focZIm6tVnkAGIZYTJ9uewXKLv/x74LEMUZbXInb0=";
sha256 = "sha256-TR3cFIGU5hmZuzlYUJX+84vb8gmErSIZizK9J5Ieagk=";
};
vendorHash = "sha256-Zc8X29tsSsM/tkSYvplF1LxBS76eSs+cm5Li3OE/3o8=";
vendorHash = null;
subPackages = [ "." ];