systrayhelper: 0.0.3 -> 0.0.4

This commit is contained in:
Henry
2018-12-02 14:34:06 +01:00
parent 3eaa0ee589
commit bc98e5e860
2 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -2,16 +2,16 @@
buildGoPackage rec {
name = "systrayhelper-${version}";
version = "0.0.3";
rev = "0953942245566bf358ba937af840947100380e15";
version = "0.0.4";
rev = "ded1f2ed4d30f6ca2c89a13db0bd3046c6d6d0f9";
goPackagePath = "github.com/ssbc/systrayhelper";
src = fetchFromGitHub {
inherit rev;
rev = "v${version}";
owner = "ssbc";
repo = "systrayhelper";
sha256 = "12xmzcw94in4m1hl4hbfdsbvkkaqrljgb67b95m1qwkkjak3q9g6";
sha256 = "1iq643brha5q6w2v1hz5l3d1z0pqzqr43gpwih4cnx3m5br0wg2k";
};
goDeps = ./deps.nix;