gel: 7.7.0 -> 7.10.2 (#470552)
This commit is contained in:
@@ -16,18 +16,18 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "gel";
|
||||
version = "7.7.0";
|
||||
version = "7.10.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "geldata";
|
||||
repo = "gel-cli";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-4dFajTGYczolQXnpcRBPWCD68EUiPVDRGIMwGh/K2UY=";
|
||||
hash = "sha256-Fy4J7puunqB5TeUsafnOotoWNvtTGiMJZ06YII14zIM=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version src;
|
||||
hash = "sha256-4LLGg+f8Q7jskQr/wY0eCDkn9bC+zDpMvyF5D0A1oG4=";
|
||||
hash = "sha256-VRZjI8C0u+6MkQgzt0PApeUtrGR5UqvnLZxityMGnDo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -68,6 +68,7 @@ rustPlatform.buildRustPackage rec {
|
||||
meta = {
|
||||
description = "Gel cli";
|
||||
homepage = "https://docs.geldata.com/reference/cli";
|
||||
changelog = "https://github.com/geldata/gel-cli/compare/v7.7.0...v7.10.2";
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
# or
|
||||
|
||||
Reference in New Issue
Block a user