3
0
Fork 0
forked from mirrors/nixpkgs

nebula: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm 2024-01-09 13:09:29 +00:00 committed by Weijia Wang
parent bc85b737c5
commit 4da2640815

View file

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