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

View File

@ -18,13 +18,13 @@
buildGoModule rec { buildGoModule rec {
pname = "dissent"; pname = "dissent";
version = "0.0.23"; version = "0.0.24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "diamondburned"; owner = "diamondburned";
repo = "dissent"; repo = "dissent";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-aHY2XmrJv2SSoXIKj63xu6t+Yzaur/6OJUFKga7DWDg="; hash = "sha256-XoppHkKQhWZbqVIViGIV0e0W/NhZW0v6ufmXlVtmzvI=";
}; };
nativeBuildInputs = [ 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 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; { meta = with lib; {
description = "GTK4 Discord client in Go, attempt #4 (formerly gtkcord4)"; description = "GTK4 Discord client in Go, attempt #4 (formerly gtkcord4)";