dissent: 0.0.30 -> 0.0.31

This commit is contained in:
R. Ryantm 2024-11-28 03:05:43 +00:00
parent 76fe013a4b
commit eba5e18f5e

View File

@ -28,13 +28,13 @@ let
in
buildGoModule rec {
pname = "dissent";
version = "0.0.30";
version = "0.0.31";
src = fetchFromGitHub {
owner = "diamondburned";
repo = "dissent";
rev = "v${version}";
hash = "sha256-wBDN9eUPOr9skTTgA0ea50Byta3qVr1loRrfMWhnxP8=";
hash = "sha256-mI0rZ7w2a6fzELYRHgeekTWYDaQGcDYectRWUdOmlYc=";
};
nativeBuildInputs = [
@ -69,7 +69,7 @@ buildGoModule rec {
install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service
'';
vendorHash = "sha256-TXqdO+DjnDD/+zwm3gK3+sxMTEVSHuceKz4ZJVH5Y34=";
vendorHash = "sha256-JISIS8k/veBAqZ0DlxVBrc+25IVM6BpY4eE5uxsjo+Y=";
meta = with lib; {
description = "A third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";