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
This commit is contained in:
parent
333a24a628
commit
47eef9cd03
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user