about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-06-26 14:17:52 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2019-06-26 14:17:52 +0800
commit5a6bd14c1db78fd12a250dc6675b9efac9dc3242 (patch)
tree5f3a5e14154ce640b85a7fde2a4ed0c4b2e5df70 /pkgs/applications/altcoins
parent40baa1f2de4abda35dc93d5dacedcccc2d72238a (diff)
downloadnixlib-5a6bd14c1db78fd12a250dc6675b9efac9dc3242.tar
nixlib-5a6bd14c1db78fd12a250dc6675b9efac9dc3242.tar.gz
nixlib-5a6bd14c1db78fd12a250dc6675b9efac9dc3242.tar.bz2
nixlib-5a6bd14c1db78fd12a250dc6675b9efac9dc3242.tar.lz
nixlib-5a6bd14c1db78fd12a250dc6675b9efac9dc3242.tar.xz
nixlib-5a6bd14c1db78fd12a250dc6675b9efac9dc3242.tar.zst
nixlib-5a6bd14c1db78fd12a250dc6675b9efac9dc3242.zip
parity: 2.4.6 -> 2.4.8
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/parity/default.nix6
-rw-r--r--pkgs/applications/altcoins/parity/parity.nix4
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/altcoins/parity/default.nix b/pkgs/applications/altcoins/parity/default.nix
index 18e3dd4129e4..9c7ee5111f44 100644
--- a/pkgs/applications/altcoins/parity/default.nix
+++ b/pkgs/applications/altcoins/parity/default.nix
@@ -1,6 +1,6 @@
 let
-  version     = "2.4.6";
-  sha256      = "0vfq1pyd92n60h9gimn4d5j56xanvl43sgxk9h2kb16amy0mmh3z";
-  cargoSha256 = "04gi9vddahq1q207f83n3wriwdjnmmnby6mq4crdh7yx1p4b26m9";
+  version     = "2.4.8";
+  sha256      = "1kr7hzv27vxa14wafhpaq5a4fv97zh71xjjmwzaqq4gj3k9yj0rm";
+  cargoSha256 = "1yjyk6mhr3ws73aq6h8z5iabvj03ch7mxhkrfdkmhw3cjj0jgx6j";
 in
   import ./parity.nix { inherit version sha256 cargoSha256; }
diff --git a/pkgs/applications/altcoins/parity/parity.nix b/pkgs/applications/altcoins/parity/parity.nix
index 9eb189f014e2..e9b76726115d 100644
--- a/pkgs/applications/altcoins/parity/parity.nix
+++ b/pkgs/applications/altcoins/parity/parity.nix
@@ -5,7 +5,7 @@
 
 { stdenv
 , fetchFromGitHub
-, rustPlatform 
+, rustPlatform
 , pkgconfig
 , openssl
 , systemd
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with stdenv.lib; {
     description = "Fast, light, robust Ethereum implementation";
-    homepage = http://parity.io;
+    homepage = "http://parity.io";
     license = licenses.gpl3;
     maintainers = [ maintainers.akru ];
     platforms = platforms.linux;