dissent: 0.0.35 -> 0.0.37

This commit is contained in:
R. Ryantm
2025-09-05 01:15:05 +00:00
parent bdbd743a2b
commit 143bec0273

View File

@@ -15,13 +15,13 @@
buildGoModule rec { buildGoModule rec {
pname = "dissent"; pname = "dissent";
version = "0.0.35"; version = "0.0.37";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "diamondburned"; owner = "diamondburned";
repo = "dissent"; repo = "dissent";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-cmp+oAUV+Oehs/kz6DRW57NgegBWbFVT/7xfY7CbcZM="; hash = "sha256-xrNWMLZMZiJv08hsnc/aDe8e/aytngHKD/EhFVcF5PU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@@ -56,7 +56,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-AhzM0wu2wwwG/sDY+r2wgmotK4zA5u6vzq4KoPMLkL0="; vendorHash = "sha256-tl9H0qtp96XOanniMFqjZcsSU8LqJ4aluPoKULDzVdw=";
meta = { meta = {
description = "Third-party Discord client designed for a smooth, native experience (formerly gtkcord4)"; description = "Third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";