3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
aszlig 2022-05-07 00:59:49 +02:00
commit 6bdb6ee004
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -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 ];
};