ssh-chat: use sri hash

This commit is contained in:
Aaron Jheng 2023-09-07 13:46:54 +08:00
parent b200e0df08
commit 1ec8907cf4
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

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