gel: 7.2.0 -> 7.3.0

https://github.com/geldata/gel-cli/releases/tag/v7.3.0

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab 2025-05-14 16:23:18 +09:00
parent 3c5ac8ecfa
commit 16ff0eb037
No known key found for this signature in database
GPG key ID: 7E8683301BE9A5A4

View file

@ -16,19 +16,19 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "gel"; pname = "gel";
version = "7.2.0"; version = "7.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "geldata"; owner = "geldata";
repo = "gel-cli"; repo = "gel-cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-HqMfReKt1Gl2c7ectgcW514ARCgfNi8PaykvKJUZirY="; hash = "sha256-tMbAU6tlyDcAzUQ8FK0Q0V+LgzHAazETtFuC050hObw=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src; inherit pname version src;
hash = "sha256-rxlJQSh3CN4lBFOWFMZmdH91xgRnBbywXA/gakSKsck="; hash = "sha256-IWGOh8VbE0rCIRtiAqGlFExd1u80HWyoluquWVRaQoo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [