Skip to content

Commit 444f948

Browse files
authored
dissent: 0.0.30 -> 0.0.31 (#359728)
2 parents c945a25 + eba5e18 commit 444f948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/di/dissent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ let
2828
in
2929
buildGoModule rec {
3030
pname = "dissent";
31-
version = "0.0.30";
31+
version = "0.0.31";
3232

3333
src = fetchFromGitHub {
3434
owner = "diamondburned";
3535
repo = "dissent";
3636
rev = "v${version}";
37-
hash = "sha256-wBDN9eUPOr9skTTgA0ea50Byta3qVr1loRrfMWhnxP8=";
37+
hash = "sha256-mI0rZ7w2a6fzELYRHgeekTWYDaQGcDYectRWUdOmlYc=";
3838
};
3939

4040
nativeBuildInputs = [
@@ -69,7 +69,7 @@ buildGoModule rec {
6969
install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service
7070
'';
7171

72-
vendorHash = "sha256-TXqdO+DjnDD/+zwm3gK3+sxMTEVSHuceKz4ZJVH5Y34=";
72+
vendorHash = "sha256-JISIS8k/veBAqZ0DlxVBrc+25IVM6BpY4eE5uxsjo+Y=";
7373

7474
meta = with lib; {
7575
description = "A third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";

0 commit comments

Comments
 (0)