nebula: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2022-09-27 17:24:43 +00:00
parent ff346a442d
commit ab31d8e656

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nebula";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "slackhq";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JUFMcqu24YK1FjaNPkQLOtkyEhvqZPXZyFV+HBAKn5w=";
sha256 = "sha256-IsLSlQsrfw3obkz4jHL23BRQY2fviGbPEvs5j0zkdX0=";
};
vendorSha256 = "sha256-GvMiOEC3Y/pGG++Z+XCgLVADKymUR9shDxjx3xIz8u0=";