dissent: 0.0.31 -> 0.0.32 (#386952)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
buildGoModule,
|
||||
fetchFromGitLab,
|
||||
fetchFromGitHub,
|
||||
gobject-introspection,
|
||||
gst_all_1,
|
||||
@@ -14,28 +13,15 @@
|
||||
wrapGAppsHook4,
|
||||
}:
|
||||
|
||||
let
|
||||
libspelling_2_1 = libspelling.overrideAttrs {
|
||||
version = "0.2.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "GNOME";
|
||||
repo = "libspelling";
|
||||
rev = "refs/tags/0.2.1";
|
||||
hash = "sha256-0OGcwPGWtYYf0XmvzXEaQgebBOW/6JWcDuF4MlQjCZQ=";
|
||||
};
|
||||
};
|
||||
in
|
||||
buildGoModule rec {
|
||||
pname = "dissent";
|
||||
version = "0.0.31";
|
||||
version = "0.0.32";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "diamondburned";
|
||||
repo = "dissent";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-mI0rZ7w2a6fzELYRHgeekTWYDaQGcDYectRWUdOmlYc=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-6ZUJp4pW+rbV+2TJ9H69kThc5zzDFG5KjGRHVwFS76Q=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -56,7 +42,7 @@ buildGoModule rec {
|
||||
sound-theme-freedesktop
|
||||
# gotk4-spelling fails to build with libspelling >= 0.3.0
|
||||
# https://github.com/diamondburned/gotk4-spelling/issues/1
|
||||
libspelling_2_1
|
||||
libspelling
|
||||
gtksourceview5
|
||||
];
|
||||
|
||||
@@ -70,17 +56,17 @@ buildGoModule rec {
|
||||
install -D -m 444 -t $out/share/dbus-1/services nix/so.libdb.dissent.service
|
||||
'';
|
||||
|
||||
vendorHash = "sha256-JISIS8k/veBAqZ0DlxVBrc+25IVM6BpY4eE5uxsjo+Y=";
|
||||
vendorHash = "sha256-cA+rD7mbTYE+LqdLFFV8Li65wL2B5cUFwxWsMwNMRQg=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";
|
||||
meta = {
|
||||
description = "Third-party Discord client designed for a smooth, native experience (formerly gtkcord4)";
|
||||
homepage = "https://github.com/diamondburned/dissent";
|
||||
license = with licenses; [
|
||||
license = with lib.licenses; [
|
||||
gpl3Plus
|
||||
cc0
|
||||
];
|
||||
mainProgram = "dissent";
|
||||
maintainers = with maintainers; [
|
||||
maintainers = with lib.maintainers; [
|
||||
hmenke
|
||||
urandom
|
||||
aleksana
|
||||
|
||||
Reference in New Issue
Block a user