summary refs log tree commit diff
path: root/pkgs/development/libraries/opendht
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 08:47:49 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 08:47:49 -0800
commit46bd7f657b0151a51c8d5c514257df38aca08d91 (patch)
treee88e1a5b5a47da24c5b13c62f6e41a7f946fdf97 /pkgs/development/libraries/opendht
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixpkgs-46bd7f657b0151a51c8d5c514257df38aca08d91.tar
nixpkgs-46bd7f657b0151a51c8d5c514257df38aca08d91.tar.gz
nixpkgs-46bd7f657b0151a51c8d5c514257df38aca08d91.tar.bz2
nixpkgs-46bd7f657b0151a51c8d5c514257df38aca08d91.tar.lz
nixpkgs-46bd7f657b0151a51c8d5c514257df38aca08d91.tar.xz
nixpkgs-46bd7f657b0151a51c8d5c514257df38aca08d91.tar.zst
nixpkgs-46bd7f657b0151a51c8d5c514257df38aca08d91.zip
opendht: 1.3.4 -> 1.5.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtnode -h` got 0 exit code
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtnode --help` got 0 exit code
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtchat -h` got 0 exit code
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtchat --help` got 0 exit code
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtscanner -h` got 0 exit code
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtscanner --help` got 0 exit code
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtscanner help` got 0 exit code
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtscanner -V` and found version 1.5.0
- ran `/nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0/bin/dhtscanner --version` and found version 1.5.0
- found 1.5.0 with grep in /nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0
- found 1.5.0 in filename of file in /nix/store/204499k26yrbhl1mq7spslsc5fvmb81b-opendht-1.5.0

cc "@taeer @olynch"
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 75d2b090e71..528c19aea5b 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.3.4";
+  version = "1.5.0";
 
   src = fetchFromGitHub {
     owner = "savoirfairelinux";
     repo = "opendht";
     rev = "${version}";
-    sha256 = "0karj37f0zq39w0ip8ahrjr6lcrrn9jd6bpzylp1m92jzs8pfki8";
+    sha256 = "0zkxvs3vdlc4yzhfi2jh02bsnhh50fbfigqhnkmbx69lssnkyr05";
   };
 
   buildInputs = [