Unverified Commit 24d0c273 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

jami: fix build (#462889)

parents 57dfd659 d37882f2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''