Skip to content

Commit

Permalink
gtkcord4: 0.0.12 -> 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Oct 6, 2023
1 parent de26e61 commit 07138ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/audio/gtkcord4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

buildGoModule rec {
pname = "gtkcord4";
version = "0.0.12";
version = "0.0.13";

src = fetchFromGitHub {
owner = "diamondburned";
repo = pname;
rev = "v${version}";
hash = "sha256-x//PST2f501QuxRdPe3cYbpL66/zLJWmscED9SbxsTk=";
hash = "sha256-0CEgoB8RpqxqNKyH+JaIQRne0FXLLo53vi9dumnJ7eg=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -52,12 +52,12 @@ buildGoModule rec {
];

postInstall = ''
install -D -m 444 -t $out/share/applications nix/xyz.diamondb.gtkcord4.desktop
install -D -m 444 -t $out/share/applications nix/so.libdb.gtkcord4.desktop
install -D -m 444 internal/icons/svg/logo.svg $out/share/icons/hicolor/scalable/apps/gtkcord4.svg
install -D -m 444 internal/icons/png/logo.png $out/share/icons/hicolor/256x256/apps/gtkcord4.png
'';

vendorHash = "sha256-LCLZBcYiexffvCr4vdZdIwNKo0s4mqPc6KxRumRhf1Y=";
vendorHash = "sha256-ouAe43Ksy686HaCTLk2kHjsF4VWxXIQ4ETDu5qsCnQw=";

meta = with lib; {
description = "GTK4 Discord client in Go, attempt #4.";
Expand Down

0 comments on commit 07138ca

Please sign in to comment.