wdt: 1.27.1612021-unstable-2024-11-14 -> 1.27.1612021-unstable-2024-12-06

This commit is contained in:
R. Ryantm
2024-12-12 11:53:16 +00:00
parent 52a2613850
commit fb625a6220
+3 -3
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation {
pname = "wdt";
version = "1.27.1612021-unstable-2024-11-14";
version = "1.27.1612021-unstable-2024-12-06";
src = fetchFromGitHub {
owner = "facebook";
repo = "wdt";
rev = "52acd2a7f4e822143662181d8cb2db98c0d72fa7";
sha256 = "sha256-jPXAmB4E3TWJ+Np4WAxqnJM7AES5gt84NBqZFO1gJwc=";
rev = "7e56c871be706cc96df48be7c4017bff7c6fc7c8";
sha256 = "sha256-mvfJUiOI7Cre90hIaBJcmfTbTV5M+Hf+p6VKNYEc5WU=";
};
nativeBuildInputs = [ cmake ];