Skip to content

Commit

Permalink
zenoh-backend-rocksdb: 1.2.0 -> 1.2.1 (NixOS#382254)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 15, 2025
2 parents f170794 + aa62dfa commit 5511cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ze/zenoh-backend-rocksdb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
pname = "zenoh-backend-rocksdb";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "eclipse-zenoh";
repo = "zenoh-backend-rocksdb";
tag = version;
hash = "sha256-YZf3riWMzcyguZbfGheIbAlCijML7zPG+XAJso6ku9E=";
hash = "sha256-pqeeH44/0+ok/DmH81JykvwOIC/pIUiLjzPzVEnekag=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-SstJKOx52JHnDsqbb9CcejYDsfQfKHF2FKfGVxBQPmw=";
cargoHash = "sha256-dUQ9qGE+QphDH/vW1LXWzkJE2GSOU7Sn+xCENOvTsSc=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 5511cf2

Please sign in to comment.