Merge pull request #102677 from r-ryantm/auto-update/opendht

opendht: 2.1.4 -> 2.1.6

authored by

Mario Rodas and committed by
GitHub
d20ce85e 2fa24d1e

+2 -2
+2 -2
pkgs/development/libraries/opendht/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "opendht"; 8 - version = "2.1.4"; 8 + version = "2.1.6"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "savoirfairelinux"; 12 12 repo = "opendht"; 13 13 rev = version; 14 - sha256 = "1ax26ri1ifb6s8ppd28jmanka9yf8mw3np65q2h4djhhik0phhal"; 14 + sha256 = "0sjb2a3yqnabwgmmn8gapc1dq9m8vp9z8w85zhsj654i5h3gp6zv"; 15 15 }; 16 16 17 17 nativeBuildInputs =