From 40e94d56075ba511a7e09e2b7d04e120b96df2fb Mon Sep 17 00:00:00 2001 From: Daniel Brockman Date: Thu, 1 Jun 2017 21:22:25 +0200 Subject: [PATCH] seth: 0.5.0 -> 0.5.1 --- pkgs/applications/altcoins/seth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/altcoins/seth.nix b/pkgs/applications/altcoins/seth.nix index 387f5594c62..bf2d6f65326 100644 --- a/pkgs/applications/altcoins/seth.nix +++ b/pkgs/applications/altcoins/seth.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { name = "seth-${version}"; - version = "0.5.0"; + version = "0.5.1"; src = fetchFromGitHub { owner = "dapphub"; repo = "seth"; rev = "v${version}"; - sha256 = "0bgygvilhbabb0y9pv9cn8cx7cj513w9is4vh6v69h2czknrjmgz"; + sha256 = "1qph1gldj24r8l6aswb1w133lrm8zsxmmxl4krjik0a73bm4ghdm"; }; nativeBuildInputs = [makeWrapper];