Unverified Commit ce801e84 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

gtkcord4: 0.0.11-1 -> 0.0.12
parents c03be9b8 3c244406
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildGoModule rec {
  pname = "gtkcord4";
  version = "0.0.11-1";
  version = "0.0.12";

  src = fetchFromGitHub {
    owner = "diamondburned";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-GkjUURmPS1KOwgYn7kO9/oGIUX9fnSgYjyU7PHXtE5w=";
    hash = "sha256-x//PST2f501QuxRdPe3cYbpL66/zLJWmscED9SbxsTk=";
  };

  nativeBuildInputs = [
@@ -57,7 +57,7 @@ buildGoModule rec {
    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; {
    description = "GTK4 Discord client in Go, attempt #4.";