seth: 0.6.2 -> 0.6.3

This commit is contained in:
adisbladis 2018-03-02 21:23:31 +08:00
parent 7e39f46427
commit 11d6ada755
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "seth-${version}";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "dapphub";
repo = "seth";
rev = "v${version}";
sha256 = "1lbr7i3rznfp3h03y7pc094r0m992lbzr926rnr0xxbyp755wvm4";
sha256 = "0la2nfqsscpbq6zwa6hsd73nimdnrhilrmgyy77yr3jca2wjhsjk";
};
nativeBuildInputs = [makeWrapper];