sudolikeaboss: 0.2.1 -> 20161127-2d9afe1
This commit is contained in:
parent
1e00f3fef0
commit
14e53ca5ab
@ -1,15 +1,20 @@
|
|||||||
|
# This file was generated by go2nix, then modified by hand for Darwin support.
|
||||||
{ stdenv, buildGoPackage, fetchFromGitHub, fixDarwinDylibNames, darwin }:
|
{ stdenv, buildGoPackage, fetchFromGitHub, fixDarwinDylibNames, darwin }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "sudolikeaboss-${version}";
|
name = "sudolikeaboss-unstable-${version}";
|
||||||
version = "0.2.1";
|
version = "20161127-${stdenv.lib.strings.substring 0 7 rev}";
|
||||||
|
rev = "2d9afe19f872c9f433d476e57ee86169781b164c";
|
||||||
|
|
||||||
goPackagePath = "github.com/ravenac95/sudolikeaboss";
|
goPackagePath = "github.com/ravenac95/sudolikeaboss";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ravenac95";
|
owner = "ravenac95";
|
||||||
repo = "sudolikeaboss";
|
repo = "sudolikeaboss";
|
||||||
rev = "v${version}";
|
inherit rev;
|
||||||
sha256 = "1zsmy67d334nax76sq0g2sczp4zi19d94d3xfwgadzk7sxvw1z0m";
|
sha256 = "0ni3v4kanxfzxzjd48f5dgv62jbfrw7kdmq0snj09hw7ciw55yg6";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
propagatedBuildInputs = with darwin.apple_sdk.frameworks; [
|
propagatedBuildInputs = with darwin.apple_sdk.frameworks; [
|
||||||
@ -29,5 +34,4 @@ buildGoPackage rec {
|
|||||||
maintainers = [ maintainers.grahamc ];
|
maintainers = [ maintainers.grahamc ];
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,30 @@
|
|||||||
# This file was generated by go2nix: https://github.com/kamilchm/go2nix
|
# This file was generated by go2nix.
|
||||||
# v1.1.0 or 1.1.1, not 100% sure
|
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
goPackagePath = "github.com/Sirupsen/logrus";
|
||||||
|
fetch = {
|
||||||
|
type = "git";
|
||||||
|
url = "https://github.com/Sirupsen/logrus";
|
||||||
|
rev = "881bee4e20a5d11a6a88a5667c6f292072ac1963";
|
||||||
|
sha256 = "176a09lp20f0qfhwwlh2xg0vk7z1g7gq8k2wr3sg1fd8m86wrzzg";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
goPackagePath = "github.com/satori/go.uuid";
|
||||||
|
fetch = {
|
||||||
|
type = "git";
|
||||||
|
url = "https://github.com/satori/go.uuid";
|
||||||
|
rev = "b061729afc07e77a8aa4fad0a2fd840958f1942a";
|
||||||
|
sha256 = "0q87n5an7ha2d8kl6gn9wi41rq0whsxq68w5x3nxz7w9vgkfnq1k";
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/urfave/cli";
|
goPackagePath = "github.com/urfave/cli";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/urfave/cli";
|
url = "https://github.com/urfave/cli";
|
||||||
rev = "55f715e28c46073d0e217e2ce8eb46b0b45e3db6";
|
rev = "0bdeddeeb0f650497d603c4ad7b20cfe685682f6";
|
||||||
sha256 = "0fvqxh1dx4f189y90fhrjapb4g51d7cp203jahxfb19k1k8c3942";
|
sha256 = "1ny63c7bfwfrsp7vfkvb4i0xhq4v7yxqnwxa52y4xlfxs4r6v6fg";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@ -15,8 +32,8 @@
|
|||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://go.googlesource.com/net";
|
url = "https://go.googlesource.com/net";
|
||||||
rev = "2a824cf9226006580a06d9fa8f10901c17b49ed5";
|
rev = "0c96df335ed3f17f758cba1a2c71b7849dd828e3";
|
||||||
sha256 = "19hc83dsa8k1zbzb16v9yc44grscl9r4fxlpwqi3f6zqfrv0qk4n";
|
sha256 = "02zn1f539y5yc1sx82ym8c3pp3z371d1ldhl20skwjwbdw1ln8hm";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user