pluto: 5.22.2 -> 5.22.3

This commit is contained in:
R. Ryantm 2025-08-11 02:16:04 +00:00
parent b1b0d690fb
commit a768de33b0

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pluto";
version = "5.22.2";
version = "5.22.3";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "pluto";
rev = "v${version}";
hash = "sha256-hjYWxeTa0i6Gv+dFUH8AO9740pOZ27hP4Tb44EfXubg=";
hash = "sha256-7INiYL8ymry2HKPIYVWSEiJccUyntVZQM7mM1WTt6Ww=";
};
vendorHash = "sha256-59mRVfQ2rduTvIJE1l/j3K+PY3OEMfNpjjYg3hqNUhs=";