3
0
Fork 0
forked from mirrors/nixpkgs

limesctl: 3.1.3 -> 3.2.0

This commit is contained in:
R. Ryantm 2023-03-05 09:15:37 +00:00
parent a1240f6b4a
commit bddbf258c2

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "limesctl";
version = "3.1.3";
version = "3.2.0";
src = fetchFromGitHub {
owner = "sapcc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fi36jsQr/Mn1FyOlle/WSpREQgZU6+h4IJzd3ZfItvI=";
sha256 = "sha256-/9focZIm6tVnkAGIZYTJ9uewXKLv/x74LEMUZbXInb0=";
};
vendorSha256 = "sha256-gcIPASIk4Zq8y+KppYNRkf/9guCsYv9XskFANrqOCts=";
vendorHash = "sha256-Zc8X29tsSsM/tkSYvplF1LxBS76eSs+cm5Li3OE/3o8=";
subPackages = [ "." ];