pluto: 5.22.3 -> 5.22.5

This commit is contained in:
R. Ryantm
2025-08-29 01:48:51 +00:00
parent 72469b3966
commit b776d73a34
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pluto";
version = "5.22.3";
version = "5.22.5";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "pluto";
rev = "v${version}";
hash = "sha256-7INiYL8ymry2HKPIYVWSEiJccUyntVZQM7mM1WTt6Ww=";
hash = "sha256-MserKZcOkif56XeTLRzHDDk6HYeVhgKsnOjsfv0vPeQ=";
};
vendorHash = "sha256-59mRVfQ2rduTvIJE1l/j3K+PY3OEMfNpjjYg3hqNUhs=";