Commit 56a71ae5 authored by R. RyanTM's avatar R. RyanTM
Browse files

dissent: 0.0.34 -> 0.0.35

parent 55c8c35e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

buildGoModule rec {
  pname = "dissent";
  version = "0.0.34";
  version = "0.0.35";

  src = fetchFromGitHub {
    owner = "diamondburned";
    repo = "dissent";
    tag = "v${version}";
    hash = "sha256-65UsXSxcEQhQM3N4wUoEehJmF9pJPcGCG7fF/DWe+zU=";
    hash = "sha256-cmp+oAUV+Oehs/kz6DRW57NgegBWbFVT/7xfY7CbcZM=";
  };

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

  vendorHash = "sha256-unb/x7bzWWkr2zKioOarY2VdrGBiJq/mORsWifuulqQ=";
  vendorHash = "sha256-AhzM0wu2wwwG/sDY+r2wgmotK4zA5u6vzq4KoPMLkL0=";

  meta = {
    description = "Third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";