Commit f1ad765f authored by R. RyanTM's avatar R. RyanTM
Browse files

spire: 1.6.3 -> 1.6.4

parent dd816a74
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "spire";
  version = "1.6.3";
  version = "1.6.4";

  outputs = [ "out" "agent" "server" ];

@@ -10,10 +10,10 @@ buildGoModule rec {
    owner = "spiffe";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-l+qDRcSZoCMfG20uE7xit2xhwwxVSBByqrRJcAH/WH4=";
    sha256 = "sha256-frnqxy4Z/pg4tpNEHkIY2V+bu4rtuo8h1TX44mEnbnc=";
  };

  vendorHash = "sha256-th6HoMn5PjDFMnXwjNVC0Ngqtyu+XB1SFyrd5j8ZI8k=";
  vendorHash = "sha256-LR8aY2n8wU4abP+mcSgI03+I6Y1vcQGsp41+YNmZo9A=";

  subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];