about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorDaniel Brockman <daniel@brockman.se>2017-06-01 21:22:25 +0200
committerDaniel Brockman <daniel@brockman.se>2017-06-01 21:23:03 +0200
commit40e94d56075ba511a7e09e2b7d04e120b96df2fb (patch)
tree309fb2a941a8a076b51405412c0121e2ecdfb404 /pkgs/applications/altcoins
parentf30dd71a388b327102a8bbc628aed1b04488e44d (diff)
downloadnixlib-40e94d56075ba511a7e09e2b7d04e120b96df2fb.tar
nixlib-40e94d56075ba511a7e09e2b7d04e120b96df2fb.tar.gz
nixlib-40e94d56075ba511a7e09e2b7d04e120b96df2fb.tar.bz2
nixlib-40e94d56075ba511a7e09e2b7d04e120b96df2fb.tar.lz
nixlib-40e94d56075ba511a7e09e2b7d04e120b96df2fb.tar.xz
nixlib-40e94d56075ba511a7e09e2b7d04e120b96df2fb.tar.zst
nixlib-40e94d56075ba511a7e09e2b7d04e120b96df2fb.zip
seth: 0.5.0 -> 0.5.1
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/seth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/seth.nix b/pkgs/applications/altcoins/seth.nix
index 387f5594c628..bf2d6f65326a 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];