summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/instant-messengers/ssh-chat
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-07 13:46:54 +0800
committerAaron Jheng <wentworth@outlook.com>2023-09-07 13:46:54 +0800
commit1ec8907cf405aa7253787318fc3ec4ac9552ac52 (patch)
tree3b0dcbb6147c7ba81f6586b8a233c23045a57c93 /pkgs/applications/networking/instant-messengers/ssh-chat
parentb200e0df08f80c32974a6108ce431d8a8a5e6547 (diff)
ssh-chat: use sri hash
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/ssh-chat')
-rw-r--r--pkgs/applications/networking/instant-messengers/ssh-chat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/ssh-chat/default.nix b/pkgs/applications/networking/instant-messengers/ssh-chat/default.nix
index 71693485a1b0..15ff9a9e2b50 100644
--- a/pkgs/applications/networking/instant-messengers/ssh-chat/default.nix
+++ b/pkgs/applications/networking/instant-messengers/ssh-chat/default.nix
@@ -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";