pluto: 5.19.1 -> 5.19.4

This commit is contained in:
R. Ryantm 2024-05-04 00:42:51 +00:00
parent 2eed3a996b
commit 65847cb1dd

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pluto";
version = "5.19.1";
version = "5.19.4";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "pluto";
rev = "v${version}";
hash = "sha256-6TOHDjR5sFaIeR6Zuf4azQAIgUyev7vdlAKB7YNk8R0=";
hash = "sha256-PhP3ILOYv+7gmxOJLCgIYp+1FIJirZo7TZJoZv8A1WM=";
};
vendorHash = "sha256-8ZOYp/vM16PugmE+3QK7ZRDwIwRCMEwD0NRyiOBlh14=";
vendorHash = "sha256-EVlYhlEXwgUfRaxAJ3dBTz6MJ2QITZtnHVcQQN1cHbk=";
ldflags = [
"-w" "-s"