gel: 7.3.0 -> 7.7.0 (#419762)

This commit is contained in:
kirillrdy 2025-07-06 12:29:33 +10:00 committed by GitHub
commit 31385ee0cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,19 +16,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "gel";
version = "7.3.0";
version = "7.7.0";
src = fetchFromGitHub {
owner = "geldata";
repo = "gel-cli";
tag = "v${version}";
hash = "sha256-tMbAU6tlyDcAzUQ8FK0Q0V+LgzHAazETtFuC050hObw=";
fetchSubmodules = true;
hash = "sha256-4dFajTGYczolQXnpcRBPWCD68EUiPVDRGIMwGh/K2UY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-IWGOh8VbE0rCIRtiAqGlFExd1u80HWyoluquWVRaQoo=";
hash = "sha256-4LLGg+f8Q7jskQr/wY0eCDkn9bC+zDpMvyF5D0A1oG4=";
};
nativeBuildInputs = [