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.
2 parents 6d4a5fd + 6741cd7 commit 864af89Copy full SHA for 864af89
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