Skip to content

Commit

Permalink
chore: update libspdk hash in io-engine
Browse files Browse the repository at this point in the history
Signed-off-by: Diwakar Sharma <diwakar.sharma@datacore.com>
  • Loading branch information
dsharma-dc committed Mar 8, 2024
1 parent a5c7bb9 commit 41ca334
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.05-3bb3414";
version = "23.05-c210d86";

src = fetchFromGitHub {
owner = "openebs";
repo = "spdk";
rev = "3bb34143aaf1d7cdc6529aec1b0fbea85703e624";
sha256 = "sha256-fRIDXCG/76Mqx1h8m8j2OploQ1B0iAv1FGK/ppL6YEU=";
rev = "c210d8650a2fcb44d3a83bb4df2b9bebbb20f833";
sha256 = "sha256-6LJquwT6WOPv/GK9IFkCjOdx17488vTK0Fy1f+rSOJU=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 41ca334

Please sign in to comment.