mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
dissent: 0.0.32 -> 0.0.34
This commit is contained in:
parent
16762245d8
commit
c4108b6203
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dissent";
|
pname = "dissent";
|
||||||
version = "0.0.32";
|
version = "0.0.34";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "diamondburned";
|
owner = "diamondburned";
|
||||||
repo = "dissent";
|
repo = "dissent";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-6ZUJp4pW+rbV+2TJ9H69kThc5zzDFG5KjGRHVwFS76Q=";
|
hash = "sha256-65UsXSxcEQhQM3N4wUoEehJmF9pJPcGCG7fF/DWe+zU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -56,7 +56,7 @@ buildGoModule rec {
|
||||||
install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service
|
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 = {
|
meta = {
|
||||||
description = "Third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";
|
description = "Third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue