Merge pull request #253793 from aaronjheng/ssh-chat
ssh-chat: use sri hash
This commit is contained in:
commit
4ea51b2ed5
@ -8,10 +8,10 @@ buildGoModule rec {
|
||||
owner = "shazow";
|
||||
repo = "ssh-chat";
|
||||
rev = "v${version}";
|
||||
sha256 = "LgrqIuM/tLC0JqDai2TLu6G/edZ5Q7WFXjX5bzc0Bcc=";
|
||||
hash = "sha256-LgrqIuM/tLC0JqDai2TLu6G/edZ5Q7WFXjX5bzc0Bcc=";
|
||||
};
|
||||
|
||||
vendorSha256 = "QTUBorUAsWDOpNP3E/Y6ht7ZXZViWBbrMPtLl7lHtgE=";
|
||||
vendorHash = "sha256-QTUBorUAsWDOpNP3E/Y6ht7ZXZViWBbrMPtLl7lHtgE=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Chat over SSH";
|
||||
|
Loading…
Reference in New Issue
Block a user