1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

Merge pull request #228719 from prusnak/elements-simplicity

elementsd-simplicity: init at unstable-2023-04-18
This commit is contained in:
Pavol Rusnak 2023-04-28 14:24:55 +02:00 committed by GitHub
commit aed28926e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35432,6 +35432,15 @@ with pkgs;
boost = boost175;
inherit (darwin) autoSignDarwinBinariesHook;
};
elementsd-simplicity = elementsd.overrideAttrs (_: rec {
version = "unstable-2023-04-18";
src = fetchFromGitHub {
owner = "ElementsProject";
repo = "elements";
rev = "ea318a45094ab3d31dd017d7781a6f28f1ffaa33"; # simplicity branch latest
sha256 = "ooe+If3HWaJWpr2ux7DpiCTqB9Hv+aXjquEjplDjvhM=";
};
});
ergo = callPackage ../applications/blockchains/ergo { };