We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0196c01 commit 6741cd7Copy full SHA for 6741cd7
pkgs/by-name/me/mesos-dns/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "mesos-dns";
9
- version = "0.9.2";
+ version = "0.9.3";
10
11
src = fetchFromGitHub {
12
owner = "m3scluster";
13
repo = "mesos-dns";
14
rev = "v${version}";
15
- hash = "sha256-6uuaSCPBY+mKfU2Xku9M1oF5jwxogR2Rki4AIdsjLr0=";
+ hash = "sha256-/zcjQ2AxZ17rAxrRmfztj5gH1pu2QswJgaCE022FieU=";
16
};
17
18
- vendorHash = "sha256-k47kxdkwhf9b8DdvWzwhj12ebvPYezxyIJ8w1Zn+Xew=";
+ vendorHash = "sha256-TSw6ui5nGHRJiT/W+iszKA0rtgUIf73yDJaHkUgqowk=";
19
20
subPackages = [ "." ];
21
0 commit comments