edgedb: 6.1.1 -> 6.1.2 (#381452)

This commit is contained in:
kirillrdy 2025-02-16 06:43:16 +11:00 committed by GitHub
commit a93b0806cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,19 +16,19 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "edgedb"; pname = "edgedb";
version = "6.1.1"; version = "6.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "edgedb"; owner = "edgedb";
repo = "edgedb-cli"; repo = "edgedb-cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-cNjt66CTJq3q1leuQ7z1WreJVG0gdUmMW+pH+FozFz0="; hash = "sha256-7epi7cF6u3Y/Fomcd1+lQfIIRKzuqL6Qk3gTZGZnjv8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src; inherit pname version src;
hash = "sha256-fAr/cTF8LqLAxbKW1Vq4H8fFX1kUa/rZDSVz3/wl44E="; hash = "sha256-Iq960LU3Xxu5LHBENsZ48diPVJrdTHxtChtSp7yghCw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [