Merge pull request #306523 from r-ryantm/auto-update/dissent

dissent: 0.0.23 -> 0.0.24
This commit is contained in:
Nick Cao 2024-04-25 09:43:28 -04:00 committed by GitHub
commit a43cb81aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "dissent";
version = "0.0.23";
version = "0.0.24";
src = fetchFromGitHub {
owner = "diamondburned";
repo = "dissent";
rev = "v${version}";
hash = "sha256-aHY2XmrJv2SSoXIKj63xu6t+Yzaur/6OJUFKga7DWDg=";
hash = "sha256-XoppHkKQhWZbqVIViGIV0e0W/NhZW0v6ufmXlVtmzvI=";
};
nativeBuildInputs = [
@ -56,7 +56,7 @@ buildGoModule rec {
install -D -m 444 internal/icons/hicolor/scalable/apps/so.libdb.dissent.svg $out/share/icons/hicolor/scalable/apps/so.libdb.dissent.svg
'';
vendorHash = "sha256-mwY1M81EWfbF/gYXQl5bcEXxN9N1npD+GgUSMc7gy90=";
vendorHash = "sha256-8/k9auM7+rceV26f3pNjEK1trzzAM530CX008pLZ1OA=";
meta = with lib; {
description = "GTK4 Discord client in Go, attempt #4 (formerly gtkcord4)";