Merge pull request #253793 from aaronjheng/ssh-chat

ssh-chat: use sri hash
This commit is contained in:
Weijia Wang 2023-09-07 09:23:45 +02:00 committed by GitHub
commit 4ea51b2ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";