1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #58444 from fuwa0529/update-aeon

altcoins.aeon: 0.12.8.0 -> 0.12.9.0
This commit is contained in:
Aaron Andersen 2019-04-13 22:48:42 -04:00 committed by GitHub
commit bc6a7984cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
}:
let
version = "0.12.8.0";
version = "0.12.9.0";
in
stdenv.mkDerivation {
name = "aeon-${version}";
@ -14,7 +14,7 @@ stdenv.mkDerivation {
repo = "aeon";
rev = "v${version}-aeon";
fetchSubmodules = true;
sha256 = "1qmlz820mjs0b60d7i90lxcwwxmsdy6swq67v6n8mbb79zmcx8ii";
sha256 = "194nxf8c8ihkmdsxyhkhrxc2xiinipifk0ng1rmxiiyr2gjgxzga";
};
nativeBuildInputs = [ cmake pkgconfig git doxygen graphviz ];