Skip to content

Commit

Permalink
gtkcord4: 0.0.12 -> 0.0.15-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Nov 7, 2023
1 parent 9b92dad commit f65aebf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 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.15-1";

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

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

postInstall = ''
install -D -m 444 -t $out/share/applications nix/xyz.diamondb.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
install -D -m 444 -t $out/share/applications nix/so.libdb.gtkcord4.desktop
install -D -m 444 internal/icons/hicolor/scalable/apps/logo.svg $out/share/icons/hicolor/scalable/apps/gtkcord4.svg
'';

vendorHash = "sha256-LCLZBcYiexffvCr4vdZdIwNKo0s4mqPc6KxRumRhf1Y=";
vendorHash = "sha256-OoJA87jorUO/Qp3IuOMrTNi1GOhv+tiVU02r6uV79PI=";

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

0 comments on commit f65aebf

Please sign in to comment.