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

gtkcord4: 0.0.11-1 -> 0.0.12
This commit is contained in:
Nick Cao 2023-09-07 10:38:10 -04:00 committed by GitHub
commit ce801e846a
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.11-1"; version = "0.0.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "diamondburned"; owner = "diamondburned";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-GkjUURmPS1KOwgYn7kO9/oGIUX9fnSgYjyU7PHXtE5w="; hash = "sha256-x//PST2f501QuxRdPe3cYbpL66/zLJWmscED9SbxsTk=";
}; };
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-RJ6dLa5EzfLMPR3LMIplFhmph+tcdsieiB5Uv95lqIs="; vendorHash = "sha256-LCLZBcYiexffvCr4vdZdIwNKo0s4mqPc6KxRumRhf1Y=";
meta = with lib; { meta = with lib; {
description = "GTK4 Discord client in Go, attempt #4."; description = "GTK4 Discord client in Go, attempt #4.";