Merge pull request #94413 from enolan/update-parity

parity: 3.0.0 -> 3.0.1 and rename it to openethereum
This commit is contained in:
Michele Guerini Rocco
2020-08-14 13:21:20 +02:00
committed by GitHub
4 changed files with 33 additions and 8 deletions
+1
View File
@@ -341,6 +341,7 @@ mapAliases ({
otter-browser = throw "otter-browser has been removed from nixpkgs, as it was unmaintained"; # added 2020-02-02
owncloudclient = owncloud-client; # added 2016-08
p11_kit = p11-kit; # added 2018-02-25
parity = openethereum; # added 2020-08-01
parquet-cpp = arrow-cpp; # added 2018-09-08
pass-otp = pass.withExtensions (ext: [ext.pass-otp]); # added 2018-05-04
perlXMLParser = perlPackages.XMLParser; # added 2018-10-12
+1 -1
View File
@@ -24003,7 +24003,7 @@ in
zcash = callPackage ../applications/blockchains/zcash { };
parity = callPackage ../applications/blockchains/parity { };
openethereum = callPackage ../applications/blockchains/openethereum { };
parity-ui = callPackage ../applications/blockchains/parity-ui { };