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

gtkcord4: 0.0.11-1 -> 0.0.12

authored by

Nick Cao and committed by
GitHub
ce801e84 c03be9b8

+3 -3
+3 -3
pkgs/applications/audio/gtkcord4/default.nix
··· 18 19 buildGoModule rec { 20 pname = "gtkcord4"; 21 - version = "0.0.11-1"; 22 23 src = fetchFromGitHub { 24 owner = "diamondburned"; 25 repo = pname; 26 rev = "v${version}"; 27 - hash = "sha256-GkjUURmPS1KOwgYn7kO9/oGIUX9fnSgYjyU7PHXtE5w="; 28 }; 29 30 nativeBuildInputs = [ ··· 57 install -D -m 444 internal/icons/png/logo.png $out/share/icons/hicolor/256x256/apps/gtkcord4.png 58 ''; 59 60 - vendorHash = "sha256-RJ6dLa5EzfLMPR3LMIplFhmph+tcdsieiB5Uv95lqIs="; 61 62 meta = with lib; { 63 description = "GTK4 Discord client in Go, attempt #4.";
··· 18 19 buildGoModule rec { 20 pname = "gtkcord4"; 21 + version = "0.0.12"; 22 23 src = fetchFromGitHub { 24 owner = "diamondburned"; 25 repo = pname; 26 rev = "v${version}"; 27 + hash = "sha256-x//PST2f501QuxRdPe3cYbpL66/zLJWmscED9SbxsTk="; 28 }; 29 30 nativeBuildInputs = [ ··· 57 install -D -m 444 internal/icons/png/logo.png $out/share/icons/hicolor/256x256/apps/gtkcord4.png 58 ''; 59 60 + vendorHash = "sha256-LCLZBcYiexffvCr4vdZdIwNKo0s4mqPc6KxRumRhf1Y="; 61 62 meta = with lib; { 63 description = "GTK4 Discord client in Go, attempt #4.";