Skip to content

Commit

Permalink
gtkcord4: 0.0.16-1 -> 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 7, 2024
1 parent 4166d60 commit b0c4d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.16-1";
version = "0.0.17";

src = fetchFromGitHub {
owner = "diamondburned";
repo = pname;
rev = "v${version}";
hash = "sha256-GDQ11X202RIoJUZ2eJ9ukHalhXtKYn9C8lcvAzzaB+4=";
hash = "sha256-fvY55N7AyCasT1Nxi37AtbyGQ4qC/764WgfCmwFa1YQ=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -56,7 +56,7 @@ buildGoModule rec {
install -D -m 444 internal/icons/hicolor/scalable/apps/logo.svg $out/share/icons/hicolor/scalable/apps/gtkcord4.svg
'';

vendorHash = "sha256-ZQBYi5t6ntukoHP2FtwpZrpFd7b2opPC8tOSU9j3jUM=";
vendorHash = "sha256-dMrdbUAU87wmnRDlJukG6w4PZ2DKx2v68gxNW5Ewijk=";

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

0 comments on commit b0c4d13

Please sign in to comment.