nebula: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2023-12-20 10:12:14 +00:00
parent f450b7ca70
commit b9782bc48f

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "nebula";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "slackhq";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9WlccDDTChw3N+alN9l3ABLBywBLMoxDUyDgtNkXsTg=";
hash = "sha256-lLDoAR3n3V0hJWvvSqz0nWXSsiXK+kjJJo7okv4KX8c=";
};
vendorHash = "sha256-QeRmIgN0UuX6CYopTS2IUwduEHn9NIhHsdPQN//eK2Y=";
vendorHash = "sha256-amOveyxXGyQVV6yQspExXfj0JTN9yLs6+bcKYRst1tU=";
subPackages = [ "cmd/nebula" "cmd/nebula-cert" ];