summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-04 18:24:05 -0300
committerGitHub <noreply@github.com>2023-02-04 18:24:05 -0300
commit3aafe6adf55993abab29f513a9d93d20d29a50b4 (patch)
tree25ade19e9ae9f46643e0edad95ef5548f5ff5e11
parent0591d6b57bfeb55dfeec99a671843337bc2c3323 (diff)
parent8ce875b4e2bad4ed812ea2e7676ebea22af9af99 (diff)
Merge pull request #214496 from NickCao/wdt
wdt: unstable-2022-07-08 -> unstable-2022-12-19
-rw-r--r--pkgs/applications/networking/sync/wdt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/sync/wdt/default.nix b/pkgs/applications/networking/sync/wdt/default.nix
index f24e1255d5e8..6c6dddee1735 100644
--- a/pkgs/applications/networking/sync/wdt/default.nix
+++ b/pkgs/applications/networking/sync/wdt/default.nix
@@ -14,13 +14,13 @@
stdenv.mkDerivation {
pname = "wdt";
- version = "unstable-2022-07-08";
+ version = "unstable-2022-12-19";
src = fetchFromGitHub {
owner = "facebook";
repo = "wdt";
- rev = "8f01b7558a80e5f08b06244d2821c3eb5c1d6e9b";
- sha256 = "sha256-ozii7EA3j3F/o+lE2mPsUY5lrm3OOtK75gjGkrvoaQ0=";
+ rev = "6a122f24deb4f2ff6c6f97b6a803301a7f7b666c";
+ sha256 = "sha256-fH4Inqy7DfMJbW1FYWanScLATu8cZA1n+Vas8ee3xwA=";
};
nativeBuildInputs = [ cmake ];