kubedock: 0.20.0 -> 0.20.1

This commit is contained in:
R. Ryantm
2026-01-03 02:02:53 +00:00
parent 4e538d2cfd
commit ef09f899b3
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubedock";
version = "0.20.0";
version = "0.20.1";
src = fetchFromGitHub {
owner = "joyrex2001";
repo = "kubedock";
rev = version;
hash = "sha256-6I4fIaFtA4WjYQ0RO9tniUGH1p6hnYcazj6VNOyElLg=";
hash = "sha256-ZwNixOeBuyuFT0Hfl3USfArhmyIPHFP0fTbiztTSPOA=";
};
vendorHash = "sha256-QLiu014QowDqebDCXSxOH2TPHUG2d+34mlnbo3NdafA=";