dissent: 0.0.27 -> 0.0.30

This commit is contained in:
Honnip 2024-09-10 21:18:37 +09:00
parent ab775a195f
commit 1e557511c6
No known key found for this signature in database
GPG Key ID: 576E43EF8482E415

View File

@ -7,18 +7,20 @@
, libcanberra-gtk3 , libcanberra-gtk3
, pkg-config , pkg-config
, sound-theme-freedesktop , sound-theme-freedesktop
, libspelling
, gtksourceview5
, wrapGAppsHook4 , wrapGAppsHook4
}: }:
buildGoModule rec { buildGoModule rec {
pname = "dissent"; pname = "dissent";
version = "0.0.27"; version = "0.0.30";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "diamondburned"; owner = "diamondburned";
repo = "dissent"; repo = "dissent";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-aksQgkeisNvfp++Gobg4ITA1au2GzTgKmFtVCrLkfac="; hash = "sha256-wBDN9eUPOr9skTTgA0ea50Byta3qVr1loRrfMWhnxP8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -37,6 +39,8 @@ buildGoModule rec {
libadwaita libadwaita
libcanberra-gtk3 libcanberra-gtk3
sound-theme-freedesktop sound-theme-freedesktop
libspelling
gtksourceview5
]; ];
postInstall = '' postInstall = ''
@ -47,7 +51,7 @@ buildGoModule rec {
install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service
''; '';
vendorHash = "sha256-8LY7XEMe91rGOGLr6TJhoEnl2cWArcQ5VXMV9NpZaL8="; vendorHash = "sha256-TXqdO+DjnDD/+zwm3gK3+sxMTEVSHuceKz4ZJVH5Y34=";
meta = with lib; { meta = with lib; {
description = "A third-party Discord client designed for a smooth, native experience (formerly gtkcord4)"; description = "A third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";