jami: fix build (#462889)

This commit is contained in:
Vladimír Čunát
2025-11-23 19:10:51 +00:00
committed by GitHub
+3 -3
View File
@@ -127,14 +127,14 @@ stdenv.mkDerivation rec {
dhtnet = stdenv.mkDerivation {
pname = "dhtnet";
version = "unstable-2025-09-15";
version = "unstable-2025-11-10";
src = fetchFromGitLab {
domain = "git.jami.net";
owner = "savoirfairelinux";
repo = "dhtnet";
rev = "7861b4620b4cec5fa34c5d1bb2b304912730f638";
hash = "sha256-nhGB4u12Ubmc7lLVOAwycRsP+cWzn4A9bYH0+sSBQTg=";
rev = "03c6ce608daf906fc98b82f114b61ebfdeae5dc6";
hash = "sha256-VTciKJ1IYtQopdV/TpnuB3T2tipcQjjKDlh2cKGDtRQ=";
};
postPatch = ''