Skip to content

Commit

Permalink
spire: 1.1.2 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaippully authored and jsoo1 committed Jul 3, 2023
1 parent c9efcce commit 1661217
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/security/spire/default.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, buildGo119Module, fetchFromGitHub }:

buildGoModule rec {
buildGo119Module rec {
pname = "spire";
version = "1.1.2";
version = "1.7.0";

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

src = fetchFromGitHub {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MX2kbdLj72S2WBceUW/3ps34Bcsf/VArK8RN4r13wQY=";
sha256 = "sha256-aJ9T8OUsHNeWV05MWLet35V0YFyD7QoiExN6PTmHs3w=";
};

vendorSha256 = "sha256-ZRcXMNKhNY3W5fV9q/V7xsnODoG6KWHrzpWte9hx/Ms=";
vendorSha256 = "sha256-4KJysqByDVuK2OU/+sGtpXtSJe4YkVe4OhRyn9tkgsg=";

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

Expand Down

0 comments on commit 1661217

Please sign in to comment.