Skip to content

Commit

Permalink
chore(spdk): spdk revision changed to use ordered snapshot removal
Browse files Browse the repository at this point in the history
Now the latest changes in SPDK are used to support proper order
of lvol removals.

Signed-off-by: Mikhail Tcymbaliuk <[email protected]>
  • Loading branch information
mtzaurus committed Jul 17, 2023
1 parent b106f34 commit ded5919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/pkgs/libspdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ let
# 7. Copy SHA256 from 'got' of the error message to 'sha256' field.
# 8. 'nix-shell' build must now succeed.
drvAttrs = rec {
version = "23.01-4b3b937";
version = "23.01-7ca587a";

src = fetchFromGitHub {
owner = "openebs";
repo = "spdk";
rev = "4b3b937d1f0903d41c1252459b7578a2fcb00bee";
sha256 = "sha256-tCc+xFO9w9GmmwfxI8xp8Zs/QI1DqQ7voSGSp3K3Cic=";
rev = "7ca587aa9989ffb88c30be9112dc3a3722b40316";
sha256 = "sha256-DFTaeXhdaWQrbN9CJxdU6JjDBSQ1U+wwhTi7fRc5LBQ=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit ded5919

Please sign in to comment.