ssh-chat: 1.9 -> 1.10
This commit is contained in:
parent
b5f396e43a
commit
ce383a1985
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "ssh-chat";
|
pname = "ssh-chat";
|
||||||
version = "1.9";
|
version = "1.10";
|
||||||
|
|
||||||
goPackagePath = "github.com/shazow/ssh-chat";
|
goPackagePath = "github.com/shazow/ssh-chat";
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||||||
owner = "shazow";
|
owner = "shazow";
|
||||||
repo = "ssh-chat";
|
repo = "ssh-chat";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "04yszan6a7x9498s80xymf7wd10530yjrxcdw4czbplyhjdigxlg";
|
sha256 = "e4COAyheY+mE5zltR1Ms2OJ3I8iG/N1CZ6D7I9PDW5U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user