Skip to content

Commit 492420d

Browse files
authored
dissent: 0.0.31 -> 0.0.32 (NixOS#386952)
2 parents 6a23ade + 5c328dc commit 492420d

File tree

1 file changed

+9
-23
lines changed

1 file changed

+9
-23
lines changed

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

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
buildGoModule,
3-
fetchFromGitLab,
43
fetchFromGitHub,
54
gobject-introspection,
65
gst_all_1,
@@ -14,28 +13,15 @@
1413
wrapGAppsHook4,
1514
}:
1615

17-
let
18-
libspelling_2_1 = libspelling.overrideAttrs {
19-
version = "0.2.1";
20-
21-
src = fetchFromGitLab {
22-
domain = "gitlab.gnome.org";
23-
owner = "GNOME";
24-
repo = "libspelling";
25-
rev = "refs/tags/0.2.1";
26-
hash = "sha256-0OGcwPGWtYYf0XmvzXEaQgebBOW/6JWcDuF4MlQjCZQ=";
27-
};
28-
};
29-
in
3016
buildGoModule rec {
3117
pname = "dissent";
32-
version = "0.0.31";
18+
version = "0.0.32";
3319

3420
src = fetchFromGitHub {
3521
owner = "diamondburned";
3622
repo = "dissent";
37-
rev = "v${version}";
38-
hash = "sha256-mI0rZ7w2a6fzELYRHgeekTWYDaQGcDYectRWUdOmlYc=";
23+
tag = "v${version}";
24+
hash = "sha256-6ZUJp4pW+rbV+2TJ9H69kThc5zzDFG5KjGRHVwFS76Q=";
3925
};
4026

4127
nativeBuildInputs = [
@@ -56,7 +42,7 @@ buildGoModule rec {
5642
sound-theme-freedesktop
5743
# gotk4-spelling fails to build with libspelling >= 0.3.0
5844
# https://github.com/diamondburned/gotk4-spelling/issues/1
59-
libspelling_2_1
45+
libspelling
6046
gtksourceview5
6147
];
6248

@@ -70,17 +56,17 @@ buildGoModule rec {
7056
install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service
7157
'';
7258

73-
vendorHash = "sha256-JISIS8k/veBAqZ0DlxVBrc+25IVM6BpY4eE5uxsjo+Y=";
59+
vendorHash = "sha256-cA+rD7mbTYE+LqdLFFV8Li65wL2B5cUFwxWsMwNMRQg=";
7460

75-
meta = with lib; {
76-
description = "A third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";
61+
meta = {
62+
description = "Third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";
7763
homepage = "https://github.com/diamondburned/dissent";
78-
license = with licenses; [
64+
license = with lib.licenses; [
7965
gpl3Plus
8066
cc0
8167
];
8268
mainProgram = "dissent";
83-
maintainers = with maintainers; [
69+
maintainers = with lib.maintainers; [
8470
hmenke
8571
urandom
8672
aleksana

0 commit comments

Comments
 (0)