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: eba2033c47c3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1aed56ad5ee8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 10, 2018

  1. caf: 0.16.0 -> 0.16.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/actor-framework/versions
    r-ryantm committed Nov 10, 2018
    Copy the full SHA
    cb96801 View commit details
  2. Merge pull request #50185 from r-ryantm/auto-update/actor-framework

    caf: 0.16.0 -> 0.16.2
    c0bw3b authored Nov 10, 2018
    Copy the full SHA
    1aed56a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/caf/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/caf/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "actor-framework-${version}";
version = "0.16.0";
version = "0.16.2";

src = fetchFromGitHub {
owner = "actor-framework";
repo = "actor-framework";
rev = "${version}";
sha256 = "01i6sclxwa7k91ngi7jw9vlss8wjpv1hz4y5934jq0lx8hdf7s02";
sha256 = "0sdr9mrrkrj9nfwqbznz3pkqfsnsi8kanfy99x01js1spqihy1s3";
};

nativeBuildInputs = [ cmake ];