mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #219217 from r-ryantm/auto-update/cli53
cli53: 0.8.21 -> 0.8.22
This commit is contained in:
commit
19dfff9d0d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "cli53";
|
pname = "cli53";
|
||||||
version = "0.8.21";
|
version = "0.8.22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "barnybug";
|
owner = "barnybug";
|
||||||
repo = "cli53";
|
repo = "cli53";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-N7FZfc3kxbMY2ooj+ztlj6xILF3gzT60Yb/puWg58V4=";
|
sha256 = "sha256-wfb3lK/WB/B8gd4BOqh+Ol10cNZdsoCoQ+hM33+goM8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-LKJXoXZS866UfJ+Edwf6AkAZmTV2Q1OI1mZfbsxHb3s=";
|
vendorHash = "sha256-LKJXoXZS866UfJ+Edwf6AkAZmTV2Q1OI1mZfbsxHb3s=";
|
||||||
|
Loading…
Reference in New Issue
Block a user