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 625941e commit 9077addCopy full SHA for 9077add
pkgs/applications/networking/sync/wdt/default.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation {
16
pname = "wdt";
17
- version = "1.27.1612021-unstable-2024-06-26";
+ version = "1.27.1612021-unstable-2024-08-14";
18
19
src = fetchFromGitHub {
20
owner = "facebook";
21
repo = "wdt";
22
- rev = "aab22d7284dbc470df36146a8885335760b47b0c";
23
- sha256 = "sha256-nWdZfbwAIwyaOMsAE94MrkHHRmwrFyFZRmYno+2/5mQ=";
+ rev = "3601f6dd89eea161b059c141fc40418733e82f2f";
+ sha256 = "sha256-YaSKaotN7LzlSQAIGkpTcgpgVQBH6KmH4YiebaMdz/g=";
24
};
25
26
nativeBuildInputs = [ cmake ];
0 commit comments