mesos-dns: 0.9.4 -> 0.10.0

This commit is contained in:
R. Ryantm
2026-02-10 19:37:58 +00:00
parent afdd275196
commit 803cdfd2a4
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "mesos-dns";
version = "0.9.4";
version = "0.10.0";
src = fetchFromGitHub {
owner = "m3scluster";
repo = "mesos-dns";
tag = "v${finalAttrs.version}";
hash = "sha256-InUuEJjfZTRToCGiC3QYDK7UY8vje0T8RQ2YElIkb2w=";
hash = "sha256-o0I+pTgN9fb//Q1s9UfpVLUzq5DQVR/qKsr6CYypvsc=";
};
vendorHash = "sha256-l1y3CaGG1ykJnGit81D+E+jB4RUYneQzRMTvOPCH+jk=";