Merge pull request #294741 from Aleksanaa/dissent

dissent: 0.0.19 -> 0.0.21; renamed from gtkcord4
This commit is contained in:
Pol Dellaiera 2024-03-13 09:09:11 +01:00 committed by GitHub
commit 25fe468968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 12 deletions

View File

@ -17,14 +17,14 @@
}:
buildGoModule rec {
pname = "gtkcord4";
version = "0.0.19";
pname = "dissent";
version = "0.0.21";
src = fetchFromGitHub {
owner = "diamondburned";
repo = pname;
repo = "dissent";
rev = "v${version}";
hash = "sha256-TOrAUTYS4J4W1wZvP1TxZf5Nel29YCPoWPN7GYNomkc=";
hash = "sha256-stItrULEO4AAl77ykmxmUYZXrHsC8/sBv8tTHqq9/E0=";
};
nativeBuildInputs = [
@ -52,17 +52,17 @@ buildGoModule rec {
];
postInstall = ''
install -D -m 444 -t $out/share/applications nix/so.libdb.gtkcord4.desktop
install -D -m 444 internal/icons/hicolor/scalable/apps/logo.svg $out/share/icons/hicolor/scalable/apps/gtkcord4.svg
install -D -m 444 -t $out/share/applications nix/so.libdb.dissent.desktop
install -D -m 444 internal/icons/hicolor/scalable/apps/so.libdb.dissent.svg $out/share/icons/hicolor/scalable/apps/so.libdb.dissent.svg
'';
vendorHash = "sha256-dJm+v7/2+TQWoU7G1uOpie6KN5W0JqfLU4mF8mghV4A=";
vendorHash = "sha256-mwY1M81EWfbF/gYXQl5bcEXxN9N1npD+GgUSMc7gy90=";
meta = with lib; {
description = "GTK4 Discord client in Go, attempt #4";
homepage = "https://github.com/diamondburned/gtkcord4";
description = "GTK4 Discord client in Go, attempt #4 (formerly gtkcord4)";
homepage = "https://github.com/diamondburned/dissent";
license = licenses.gpl3Only;
mainProgram = "gtkcord4";
mainProgram = "dissent";
maintainers = with maintainers; [ hmenke urandom aleksana ];
};
}

View File

@ -449,6 +449,7 @@ mapAliases ({
gr-rds = throw "'gr-rds' has been renamed to/replaced by 'gnuradio3_7.pkgs.rds'"; # Converted to throw 2023-09-10
grub2_full = grub2; # Added 2022-11-18
grub = throw "grub1 was removed after not being maintained upstream for a decade. Please switch to another bootloader"; # Added 2023-04-11
gtkcord4 = dissent; # Added 2024-03-10
guile-disarchive = disarchive; # Added 2023-10-27
guile-lint = throw "'guile-lint' has been removed, please use 'guild lint' instead"; # Added 2023-10-16

View File

@ -31068,8 +31068,6 @@ with pkgs;
gspeech = callPackage ../applications/audio/gspeech { };
gtkcord4 = callPackage ../applications/audio/gtkcord4 { };
haruna = libsForQt5.callPackage ../applications/video/haruna { };
hdrmerge = libsForQt5.callPackage ../applications/graphics/hdrmerge { };