dissent: 0.0.25 -> 0.0.26

This commit is contained in:
R. Ryantm 2024-08-01 13:54:31 +00:00
parent 6212d8033f
commit 07dfa0de03

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "dissent";
version = "0.0.25";
version = "0.0.26";
src = fetchFromGitHub {
owner = "diamondburned";
repo = "dissent";
rev = "v${version}";
hash = "sha256-ysI7zgducK52XbSzsaCnffSC9BRd/aaybMif/GkkhcI=";
hash = "sha256-BvVu83XqiRQ7t7MtRHLfN3m1roSbRvZyHTxpQI7lGuA=";
};
nativeBuildInputs = [
@ -47,7 +47,7 @@ buildGoModule rec {
install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service
'';
vendorHash = "sha256-qBgj3h+WKWxVahRXyO/w2zGY4UCVkjP7XKFk/9GOFqs=";
vendorHash = "sha256-3mZUSN1Ul223vp8Zx12hULtCM7eVJl7y0q+Fk1tFEBs=";
meta = with lib; {
description = "A third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";