powerline-go: 1.10.0 -> 1.11.0 (#40369)

This commit is contained in:
mingchuan
2018-05-11 20:54:09 +02:00
committed by xeji
parent 170d799146
commit ac369f6fe8
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "powerline-go";
version = "1.10.0";
version = "1.11.0";
name = "${pname}-${version}";
rev = "v${version}";
@@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "justjanne";
repo = pname;
inherit rev;
sha256 = "1bmgim61cx6i4m24a474nm3w4zqjflm0wnw3y24299n9dj14izs3";
sha256 = "1s3d9p4jf23n63n6vx3frnw3wkmg3kyiazapixy66790qkx6ddi9";
};
goDeps = ./deps.nix;