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

Commits on Dec 5, 2018

  1. altcoins.aeon: 0.12.6.0 -> 0.12.8.0

    fuwa authored and fuwa25519 committed Dec 5, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    RobinMalfait Robin Malfait
    Copy the full SHA
    4121e93 View commit details
  2. Merge pull request #51550 from fuwa0529/update-aeon

    altcoins.aeon: 0.12.6.0 -> 0.12.8.0
    rasendubi authored Dec 5, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    RobinMalfait Robin Malfait
    Copy the full SHA
    16fb6c7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/altcoins/aeon/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/aeon/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
}:

let
version = "0.12.6.0";
version = "0.12.8.0";
in
stdenv.mkDerivation {
name = "aeon-${version}";
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
repo = "aeon";
rev = "v${version}-aeon";
fetchSubmodules = true;
sha256 = "19r1snqwixccl27jwv6i0s86qck036pdlhyhl891bbiyvi55h14n";
sha256 = "1qmlz820mjs0b60d7i90lxcwwxmsdy6swq67v6n8mbb79zmcx8ii";
};

nativeBuildInputs = [ cmake pkgconfig git doxygen graphviz ];