3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #51389 from cryptix/update/systrayhelper

systrayhelper: 0.0.3 -> 0.0.4
This commit is contained in:
Renaud 2018-12-02 16:53:49 +01:00 committed by GitHub
commit c2a412d5c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -2,16 +2,16 @@
buildGoPackage rec { buildGoPackage rec {
name = "systrayhelper-${version}"; name = "systrayhelper-${version}";
version = "0.0.3"; version = "0.0.4";
rev = "0953942245566bf358ba937af840947100380e15"; rev = "ded1f2ed4d30f6ca2c89a13db0bd3046c6d6d0f9";
goPackagePath = "github.com/ssbc/systrayhelper"; goPackagePath = "github.com/ssbc/systrayhelper";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; rev = "v${version}";
owner = "ssbc"; owner = "ssbc";
repo = "systrayhelper"; repo = "systrayhelper";
sha256 = "12xmzcw94in4m1hl4hbfdsbvkkaqrljgb67b95m1qwkkjak3q9g6"; sha256 = "1iq643brha5q6w2v1hz5l3d1z0pqzqr43gpwih4cnx3m5br0wg2k";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;

View file

@ -59,8 +59,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/getlantern/systray"; url = "https://github.com/getlantern/systray";
rev = "3fd1443dac5c8297999189fe28d5836b2b075b66"; rev = "e31397f8c6928d98a8a9a7e80087aebcf0090beb";
sha256 = "1sb11n27zy8xmq0lvrpqikb53425jvwl5617cp201va6iwk1hgnh"; sha256 = "0ahb6qjd2c43nbbg0ssm76ilbzs9dq43a89f7fj6c029nympjmqn";
}; };
} }
{ {
@ -86,8 +86,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/pkg/errors"; url = "https://github.com/pkg/errors";
rev = "c059e472caf75dbe73903f6521a20abac245b17f"; rev = "645ef00459ed84a119197bfb8d8205042c6df63d";
sha256 = "07xg8ym776j2w0k8445ii82lx8yz358cp1z96r739y13i1anqdzi"; sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
}; };
} }
{ {
@ -95,8 +95,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/sys"; url = "https://go.googlesource.com/sys";
rev = "d0be0721c37eeb5299f245a996a483160fc36940"; rev = "8e24a49d80f82323e1c4db1b5da3e0f31171a151";
sha256 = "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12"; sha256 = "0zsdnyb8dy98jw6f9yn6g5gdhaqwk39hqridr0mh4dhwvwvlj724";
}; };
} }
] ]