pluto: 5.13.3 -> 5.15.1

This commit is contained in:
R. Ryantm 2023-02-25 01:10:35 +00:00
parent 21299ca839
commit 8830776107

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pluto";
version = "5.13.3";
version = "5.15.1";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "pluto";
rev = "v${version}";
sha256 = "sha256-6kbfsqhALf7LFl0GS4VAMTVDFKP+CaEr6IPfpTZ33Fo=";
sha256 = "sha256-qCWKmn0buITZo86hQncXWuEDQq0rITrCz/aRVR1+Zt4=";
};
vendorHash = "sha256-lXW1yHrGLwZdhfkMLeu7zm0w2HxXk1DW+QEY+rfGZpE=";
vendorHash = "sha256-3wtE2Cz+AVF+zfsLH/+6KMHPihYcuYsrzTguHNnwT+U=";
ldflags = [
"-w" "-s"