summary refs log tree commit diff
path: root/pkgs/development/libraries/opendht
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 01:48:59 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 01:48:59 -0700
commit47eef9cd0377b11def27739b0685a8d50c458ee1 (patch)
treeafa39ddade0f8260ff27a619517ce8e214c9ccd8 /pkgs/development/libraries/opendht
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-47eef9cd0377b11def27739b0685a8d50c458ee1.tar
nixpkgs-47eef9cd0377b11def27739b0685a8d50c458ee1.tar.gz
nixpkgs-47eef9cd0377b11def27739b0685a8d50c458ee1.tar.bz2
nixpkgs-47eef9cd0377b11def27739b0685a8d50c458ee1.tar.lz
nixpkgs-47eef9cd0377b11def27739b0685a8d50c458ee1.tar.xz
nixpkgs-47eef9cd0377b11def27739b0685a8d50c458ee1.tar.zst
nixpkgs-47eef9cd0377b11def27739b0685a8d50c458ee1.zip
opendht: 1.6.1 -> 1.7.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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0/bin/dhtnode -h’ got 0 exit code
- ran ‘/nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0/bin/dhtnode --help’ got 0 exit code
- ran ‘/nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0/bin/dhtnode help’ got 0 exit code
- ran ‘/nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0/bin/dhtchat -h’ got 0 exit code
- ran ‘/nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0/bin/dhtchat --help’ got 0 exit code
- ran ‘/nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0/bin/dhtchat help’ got 0 exit code
- ran ‘/nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0/bin/dhtscanner -h’ got 0 exit code
- ran ‘/nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0/bin/dhtscanner --help’ got 0 exit code
- found 1.7.0 with grep in /nix/store/ac60nh12x3j2w6fscdy36fq2dnj2df3r-opendht-1.7.0
- directory tree listing: https://gist.github.com/85cbaa537ed4b43693fdedad31dc6f0f
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 68486fca54d..fc2068ca02c 100644
--- a/pkgs/development/libraries/opendht/default.nix
+++ b/pkgs/development/libraries/opendht/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   name = "opendht-${version}";
-  version = "1.6.1";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "savoirfairelinux";
     repo = "opendht";
     rev = "${version}";
-    sha256 = "13sxcg2sdhnzdkrjqmhg16p4001w3rd048p71k74pbmi8qpd0bw2";
+    sha256 = "14pdih09h3bmgimmj9sa917x7kld49m91gvh0lcncink8rmbxvf1";
   };
 
   buildInputs = [