dissent: 0.0.32 -> 0.0.34 (#405199)

This commit is contained in:
Aleksana
2025-05-14 21:15:43 +08:00
committed by GitHub
+3 -3
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)";