Merge pull request #171834 (charm update)

I was approached by @muesli and the nixpkgs maintainer @penguwin about
it and given that basic ofborg checks are successful plus thei're the
upstream authors and the change in nixpkgs is minor I hereby decrided to
merge it despite being not involved in this nor being an expert about
the software in question.
main
aszlig 2 years ago
commit 6bdb6ee004
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691
  1. 5
      pkgs/applications/misc/charm/default.nix

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "charm";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "charm";
rev = "v${version}";
sha256 = "sha256-XXKzK5MXJsB3LE7iE5BqnLm0hPs7WbyHR0x9aTldrj4=";
sha256 = "sha256-vNy2ai1s7TKCymYznvT0Wo6lg9qEyDzz8l3SYzScz8g=";
};
vendorSha256 = "sha256-6PGdM7aa1BGNZc3M35PJpmrlPUqkykxfTELdgeKcJD4=";
@ -18,6 +18,7 @@ buildGoModule rec {
meta = with lib; {
description = "Manage your charm account on the CLI";
homepage = "https://github.com/charmbracelet/charm";
changelog = "https://github.com/charmbracelet/charm/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ penguwin ];
};

Loading…
Cancel
Save