1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

oh: 2016-03-02 -> 2016-03-28

This commit is contained in:
Marius Bakke 2016-04-09 13:30:41 +01:00
parent b48172ea72
commit cb1c1f15dc

View file

@ -2724,11 +2724,11 @@ let
};
oh = buildFromGitHub {
rev = "f54be52450a07398a2f605222eb22e69bb34f565";
version = "2016-03-02";
rev = "22d91b0ea97f817cd5cccd90549f74923a57daa4";
version = "2016-03-28";
owner = "michaelmacinnis";
repo = "oh";
sha256 = "0gczqi9aw6sv7vmjdandxmaz1m6pfzchmbkf12qmpmc6dmh2wy6b";
sha256 = "1dkw3c0d640g7ciw0mmbdq94zyykdcfada05m5amnqymknphmdvl";
goPackageAliases = [ "github.com/michaelmacinnis/oh" ];
buildInputs = [ adapted liner ];
disabled = isGo14;