s6-dns: update checksum
Upstream unfortunately changed the tag v2.0.0.2 from revision b533774a704c271a6feeaef76939b0aefbf039d7 to one commit forward: 539bee3f515b13a9a55ce65c0c0593babc7c5048.
This commit is contained in:
parent
a0b8150e11
commit
6a2ec766fc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
|
|||
src = fetchgit {
|
||||
url = "git://git.skarnet.org/s6-dns";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "0y76gvgvg2y3hhr3pk2nkki1idjj6sxxcnvd29yd79v0419p2dl3";
|
||||
sha256 = "0rsw19r9hwxb0xj9xs1rwb7fa21wwbsnfq3p2nfg4lf6cc64b39r";
|
||||
};
|
||||
|
||||
dontDisableStatic = true;
|
||||
|
|
Loading…
Reference in a new issue