dissent: 0.0.32 -> 0.0.34

This commit is contained in:
R. Ryantm 2025-05-08 10:39:47 +00:00
parent 16762245d8
commit c4108b6203

View file

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "dissent";
version = "0.0.32";
version = "0.0.34";
src = fetchFromGitHub {
owner = "diamondburned";
repo = "dissent";
tag = "v${version}";
hash = "sha256-6ZUJp4pW+rbV+2TJ9H69kThc5zzDFG5KjGRHVwFS76Q=";
hash = "sha256-65UsXSxcEQhQM3N4wUoEehJmF9pJPcGCG7fF/DWe+zU=";
};
nativeBuildInputs = [
@ -56,7 +56,7 @@ buildGoModule rec {
install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service
'';
vendorHash = "sha256-cA+rD7mbTYE+LqdLFFV8Li65wL2B5cUFwxWsMwNMRQg=";
vendorHash = "sha256-unb/x7bzWWkr2zKioOarY2VdrGBiJq/mORsWifuulqQ=";
meta = {
description = "Third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";