3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #43861 from dywedir/elvish

elvish: 0.11 -> 0.12
This commit is contained in:
Jörg Thalheim 2018-07-21 16:27:37 +01:00 committed by GitHub
commit f43b593b02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,20 +2,21 @@
buildGoPackage rec {
name = "elvish-${version}";
version = "0.11";
version = "0.12";
goPackagePath = "github.com/elves/elvish";
excludedPackages = [ "website" ];
src = fetchFromGitHub {
repo = "elvish";
owner = "elves";
rev = version;
sha256 = "1rzgy1ql381nwsdjgiwv4mdr1xwivnpmzgkdzms8ipn2lbwhff87";
sha256 = "1vvbgkpnrnb5aaak4ks45wl0cyp0vbry8bpxl6v2dpmq9x0bscpp";
};
meta = with stdenv.lib; {
description = "A friendly and expressive Unix shell";
homepage = https://github.com/elves/elvish;
homepage = https://elv.sh/;
license = licenses.bsd2;
maintainers = with maintainers; [ vrthra ];
platforms = with platforms; linux ++ darwin;