summary refs log tree commit diff
path: root/pkgs/development/libraries/opendht
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 22:38:27 -0800
committerAustin Seipp <aseipp@pobox.com>2018-12-16 21:09:38 -0600
commitf2b1f51a3242209cbfcf916dfe4aa8ac8ef2aa53 (patch)
tree66d9a0411472ce919938aefa77700827c711db03 /pkgs/development/libraries/opendht
parent2cbaaa55d53584be24a1a3c6e543d64599530b18 (diff)
downloadnixpkgs-f2b1f51a3242209cbfcf916dfe4aa8ac8ef2aa53.tar
nixpkgs-f2b1f51a3242209cbfcf916dfe4aa8ac8ef2aa53.tar.gz
nixpkgs-f2b1f51a3242209cbfcf916dfe4aa8ac8ef2aa53.tar.bz2
nixpkgs-f2b1f51a3242209cbfcf916dfe4aa8ac8ef2aa53.tar.lz
nixpkgs-f2b1f51a3242209cbfcf916dfe4aa8ac8ef2aa53.tar.xz
nixpkgs-f2b1f51a3242209cbfcf916dfe4aa8ac8ef2aa53.tar.zst
nixpkgs-f2b1f51a3242209cbfcf916dfe4aa8ac8ef2aa53.zip
opendht: 1.7.4 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opendht/versions
Diffstat (limited to 'pkgs/development/libraries/opendht')
-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 49d70bc211a..17e2c9098a1 100644
--- a/pkgs/development/libraries/opendht/default.nix
+++ b/pkgs/development/libraries/opendht/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   name = "opendht-${version}";
-  version = "1.7.4";
+  version = "1.8.0";
 
   src = fetchFromGitHub {
     owner = "savoirfairelinux";
     repo = "opendht";
     rev = "${version}";
-    sha256 = "1wqib5plak9bw2bla7y4qyjqi0b00kf8mfwlml16qj3i0aq6h2cp";
+    sha256 = "1mj3zsywxphh9wcazyqsldwwn14r77xv9cjsmc0nmcybsl2bwnpl";
   };
 
   nativeBuildInputs =