pluto: 5.19.0 -> 5.19.1

This commit is contained in:
R. Ryantm 2023-12-28 14:49:24 +00:00
parent 26270cb605
commit cfaa99f626

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pluto";
version = "5.19.0";
version = "5.19.1";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "pluto";
rev = "v${version}";
hash = "sha256-sudq7HILNZSGTwQgggSovrXAaY7VSTw6IJn+mIYwjv8=";
hash = "sha256-6TOHDjR5sFaIeR6Zuf4azQAIgUyev7vdlAKB7YNk8R0=";
};
vendorHash = "sha256-8ZOYp/vM16PugmE+3QK7ZRDwIwRCMEwD0NRyiOBlh14=";