summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-04 18:22:57 -0500
committerGitHub <noreply@github.com>2023-02-04 18:22:57 -0500
commitbae4edb681afcd91b52fbf94dfa1c0e0adc4f468 (patch)
treeccca898328bff6f73d4a441ab7ff04140085f322
parent35cb6f92b6191351d80a021525be1aa79de688ba (diff)
parentd3ea0c3a9d66c6d784cee36ad189b0a668a5dd7e (diff)
Merge pull request #214593 from r-ryantm/auto-update/opendht
opendht: 2.4.10 -> 2.4.12
-rw-r--r--pkgs/development/libraries/opendht/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/opendht/default.nix b/pkgs/development/libraries/opendht/default.nix
index 26a7676dd615..c016b7635aa1 100644
--- a/pkgs/development/libraries/opendht/default.nix
+++ b/pkgs/development/libraries/opendht/default.nix
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "opendht";
- version = "2.4.10";
+ version = "2.4.12";
src = fetchFromGitHub {
owner = "savoirfairelinux";
repo = "opendht";
rev = "v${version}";
- sha256 = "sha256-2jTphFpBsm72UDzlBlCP1fWk1qNuxicwVJtrEutOjM0=";
+ sha256 = "sha256-PC3Oaa1i2emkTB6ooBxvjuKVikzWjfmj89t1HP8tUXo=";
};
nativeBuildInputs = [