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

gtkcord4: 0.0.10 -> 0.0.11
This commit is contained in:
Weijia Wang 2023-05-29 15:03:44 +03:00 committed by GitHub
commit 0776eb8777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gtkcord4"; pname = "gtkcord4";
version = "0.0.10"; version = "0.0.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "diamondburned"; owner = "diamondburned";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WrKZRRJAbEzcCRcFUTa7PxahQ3YADhfWaKlB4uJjVk0="; hash = "sha256-0d656gjfFlgNdKbPJK+6KIU7zvp88j3bGIlGPwJNRdM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -57,7 +57,7 @@ buildGoModule rec {
install -D -m 444 internal/icons/png/logo.png $out/share/icons/hicolor/256x256/apps/gtkcord4.png install -D -m 444 internal/icons/png/logo.png $out/share/icons/hicolor/256x256/apps/gtkcord4.png
''; '';
vendorHash = "sha256-8Xnu3WjaaWMRkqmnQCxSc/SD65XFMIY0xamWDx4jZbw="; vendorHash = "sha256-+zbaRaGOF6w8C7lmtd3k5Rh/0a+OnqTL9Qhg1ErTHBo=";
meta = with lib; { meta = with lib; {
description = "GTK4 Discord client in Go, attempt #4."; description = "GTK4 Discord client in Go, attempt #4.";