goPackages.oh: 2015-11-21 -> 2016-02-23

This commit is contained in:
Marius Bakke 2016-02-04 23:04:30 +00:00 committed by Robert Helgesson
parent 8a3308d5da
commit a8b44c74d3
2 changed files with 5 additions and 3 deletions

View File

@ -3931,6 +3931,8 @@ let
mksh = callPackage ../shells/mksh { };
oh = goPackages.oh.bin // { outputs = [ "bin" ]; };
pash = callPackage ../shells/pash { };
tcsh = callPackage ../shells/tcsh { };

View File

@ -2458,11 +2458,11 @@ let
};
oh = buildFromGitHub {
rev = "a99b5f1128247014fb2a83a775fa1813be14b67d";
date = "2015-11-21";
rev = "f3e482f664e76dcf98d5f94dd93c216da300b78e";
date = "2016-02-23";
owner = "michaelmacinnis";
repo = "oh";
sha256 = "1srl3d1flqlh2k9q9pjss72rxw82msys108x22milfylmr75v03m";
sha256 = "1j5g37jjl1kxri44ihb1bsrzx4al07dvl4s5dglb2m7bjia6iqs2";
goPackageAliases = [ "github.com/michaelmacinnis/oh" ];
buildInputs = [ adapted liner ];
disabled = isGo14;