elvish: 0.5 -> 0.9

This commit is contained in:
tjikini 2017-07-05 23:37:11 +03:00 committed by GitHub
parent bd53744885
commit eca3e8cc4b

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "elvish-${version}"; name = "elvish-${version}";
version = "0.5"; version = "0.9";
goPackagePath = "github.com/elves/elvish"; goPackagePath = "github.com/elves/elvish";
@ -10,13 +10,13 @@ buildGoPackage rec {
repo = "elvish"; repo = "elvish";
owner = "elves"; owner = "elves";
rev = version; rev = version;
sha256 = "1dk5f8a2wpgd5cw45ippvx46fxk0yap64skfpzpiqz8bkbnrwbz6"; sha256 = "0alsv04iihrk1nffp6fmyzxid26dqhg1k45957c2ymyzyq9cglxj";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A Novel unix shell in go language"; description = "A friendly and expressive Unix shell";
homepage = https://github.com/elves/elvish; homepage = https://github.com/elves/elvish;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ vrthra ];