Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35c8106701d6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b760158c2837
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 25, 2018

  1. bird2: 2.0.1 -> 2.0.2

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
    
    This update was made based on information from https://repology.org/metapackage/bird/versions.
    
    These checks were done:
    
    - built on NixOS
    - ran `/nix/store/b6040kgjb2ndh4sznwnd30inslcf0ngi-bird-2.0.2/bin/bird -h` got 0 exit code
    - ran `/nix/store/b6040kgjb2ndh4sznwnd30inslcf0ngi-bird-2.0.2/bin/bird --help` got 0 exit code
    - ran `/nix/store/b6040kgjb2ndh4sznwnd30inslcf0ngi-bird-2.0.2/bin/bird --version` and found version 2.0.2
    - found 2.0.2 with grep in /nix/store/b6040kgjb2ndh4sznwnd30inslcf0ngi-bird-2.0.2
    - directory tree listing: https://gist.github.com/b5a31c5299059545befb8209b15fef9d
    ryantm committed Mar 25, 2018
    Copy the full SHA
    f84eb11 View commit details

Commits on Mar 26, 2018

  1. Merge pull request #37774 from ryantm/auto-update/bird

    bird2: 2.0.1 -> 2.0.2
    fpletz authored Mar 26, 2018
    Copy the full SHA
    b760158 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/bird/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/bird/default.nix
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ in
};

bird2 = generic {
version = "2.0.1";
sha256 = "0qyh2cxj7hfz90x3fnczjdm3i9g7vr0nc4l4wjkj9qm0646vc52n";
version = "2.0.2";
sha256 = "03s8hcl761y3489j1krarm3r3iy5qid26508i91yvy38ypb92pq3";
};
}