3
0
Fork 0
forked from mirrors/nixpkgs
Nix Packages collection
Find a file
Ryan Mulligan ac19072d7b libbitcoin-network: 3.4.0 -> 3.5.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/libbitcoin-network/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.5.0 with grep in /nix/store/mmrl1lvrc1p8ypclg2gf36n26vhyai04-libbitcoin-network-3.5.0
- directory tree listing: https://gist.github.com/05b992f0e86e04ef0e068c378b453f8b
2018-03-25 16:45:57 -07:00
.github
doc
lib riscv-pk: Set platforms properly 2018-03-24 08:44:26 -04:00
maintainers
nixos networkmanager-pptp: remove package 2018-03-23 22:24:50 +01:00
pkgs libbitcoin-network: 3.4.0 -> 3.5.0 2018-03-25 16:45:57 -07:00
.editorconfig
.gitattributes
.gitignore
.version
COPYING
default.nix
README.md

logo

Code Triagers Badge

Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the Hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:

% git remote add channels git://github.com/NixOS/nixpkgs-channels.git

For stability and maximum binary package support, it is recommended to maintain custom changes on top of one of the channels, e.g. nixos-17.09 for the latest release and nixos-unstable for the latest successful build of master:

% git remote update channels
% git rebase channels/nixos-17.09

For pull-requests, please rebase onto nixpkgs master.

NixOS Linux distribution source code is located inside nixos/ folder.

Communication: