3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #193949 from r-ryantm/auto-update/brev-cli

brev-cli: 0.6.114 -> 0.6.116
This commit is contained in:
Mario Rodas 2022-10-01 21:00:56 -05:00 committed by GitHub
commit cf895db8b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "brev-cli";
version = "0.6.114";
version = "0.6.116";
src = fetchFromGitHub {
owner = "brevdev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4qDRQQp3UWejehr2FgTOQKeZhKmBffrkADpUJj2hP4w=";
sha256 = "sha256-4W6Ew80HN436mEG+gjEj8cuVY3iCQBpqNO1voAMDX1o=";
};
vendorSha256 = "sha256-5P9oodntXn7RMpjKLoCXlnEZeW4/W0hfYPt7I3hjvGw=";