couchbase-shell: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2025-02-09 00:05:21 +00:00
parent 26b55d063f
commit 487f454131

View File

@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "couchbase-shell"; pname = "couchbase-shell";
version = "1.0.0"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "couchbaselabs"; owner = "couchbaselabs";
repo = "couchbase-shell"; repo = "couchbase-shell";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ksAyi7yMz56de1lA2LYVNdsn02GNrcJVoRLcK1zFppE="; hash = "sha256-wqOU94rPqIO128uL9iyVzWcAgqnDUPUy1+Qq1hSkvHA=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-8AnnZNXp/D8lUCohgrLzqJ+7gwucC3OBh1TK3dYKp4Y="; cargoHash = "sha256-tlVOro9u4ypgJ5yqjEzjfvrGXVCYe6DN6bg/3NhipR4=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config