Skip to content

Commit

Permalink
chore(spdk): update spdk
Browse files Browse the repository at this point in the history
This update intends to include arm build fixes.

Update SPDK to the top tip of branch v22.01.x-mayastor with the
output of cmd: "nix-prefetch-git --fetch-submodules --rev
refs/heads/v22.01.x-mayastor [email protected]:openebs/spdk.git"

Update spdk-rs to the latest branch develop

Signed-off-by: Xinliang Liu <[email protected]>
  • Loading branch information
xin3liang committed Jun 16, 2022
1 parent a6424b5 commit 6932096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nix/pkgs/libspdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
let
# Derivation attributes for production version of libspdk
drvAttrs = rec {
version = "22.01-13f9d281c";
version = "22.01-13a768291";

src = fetchFromGitHub {
owner = "openebs";
repo = "spdk";
rev = "13f9d281c93af370069fe17328f5971e95c19a2d";
sha256 = "0avw6qsfqnsdzkk8ldbdvrfq0rrvi5wmjxa5p2cdq62mwdch3zz0";
rev = "13a768291942dc9c3ab63786aafd69e59e025c1d";
sha256 = "0vwqrz01wf3207mpm20y0a5cdz42x7s679qd6arpimc904l060mf";
fetchSubmodules = true;
};

Expand Down
2 changes: 1 addition & 1 deletion spdk-rs

0 comments on commit 6932096

Please sign in to comment.