Unverified Commit 9e31b6e2 authored by numinit's avatar numinit Committed by GitHub
Browse files

nebula: 1.9.7 -> 1.10.0 (#467931)

parents e40a5eff 4808e8d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule rec {
  pname = "nebula";
  version = "1.9.7";
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "slackhq";
    repo = "nebula";
    tag = "v${version}";
    hash = "sha256-U6PCHRSETkrA/nulTqIn9vvj3zks10kJ1k2syFsPMnM=";
    hash = "sha256-p/2A1ZTBUPvrA8eAgLxjR7NSAfiIEkDcjX0Db8dCmfQ=";
  };

  vendorHash = "sha256-oXhq+s5gDKPVClZpOzYi7BaYwcDqbCLBEO5BNGy9LJA=";
  vendorHash = "sha256-rod6YDosI9nBf2v6Q/rw/fT9p9N8Zo/lu989UhyL8/s=";

  subPackages = [
    "cmd/nebula"