Merge pull request #288918 from r-ryantm/auto-update/gtkcord4

gtkcord4: 0.0.18 -> 0.0.19
This commit is contained in:
Nick Cao 2024-02-15 09:02:44 -05:00 committed by GitHub
commit 55ea8446c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gtkcord4"; pname = "gtkcord4";
version = "0.0.18"; version = "0.0.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "diamondburned"; owner = "diamondburned";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-J76MkbXtlrRIyQEbNlHFNpAW9+mXcOcrx9ahMQ61NL4="; hash = "sha256-TOrAUTYS4J4W1wZvP1TxZf5Nel29YCPoWPN7GYNomkc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -56,7 +56,7 @@ buildGoModule rec {
install -D -m 444 internal/icons/hicolor/scalable/apps/logo.svg $out/share/icons/hicolor/scalable/apps/gtkcord4.svg install -D -m 444 internal/icons/hicolor/scalable/apps/logo.svg $out/share/icons/hicolor/scalable/apps/gtkcord4.svg
''; '';
vendorHash = "sha256-BDR67P4Gxveg2FpxijT0eWjUciGDO+l02QmBUxVb99c="; vendorHash = "sha256-dJm+v7/2+TQWoU7G1uOpie6KN5W0JqfLU4mF8mghV4A=";
meta = with lib; { meta = with lib; {
description = "GTK4 Discord client in Go, attempt #4"; description = "GTK4 Discord client in Go, attempt #4";