Skip to content

Commit

Permalink
fix(spdk): propagating child I/O error for split I/O
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Savitskiy <[email protected]>
  • Loading branch information
dsavitskiy committed Jul 21, 2024
1 parent ea6ef4e commit 426d004
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 @@ -81,15 +81,15 @@ let
#
drvAttrs = rec {
pname = "libspdk${nameSuffix}";
version = "24.01-535a9e2";
version = "24.01-c8e02b0";

src = [
(fetchFromGitHub {
name = pname;
owner = "openebs";
repo = "spdk";
rev = "535a9e23cf9c0692e307a72f18856a528cdec9ce";
sha256 = "sha256-1FhOOr3gjmmk/p0IACI/A/uIIN2yiFxGSLAr377HiZQ=";
rev = "c8e02b0259cc32494c305ef75c63f5a9614976b2";
sha256 = "sha256-/YI1NBZUqC2r2X7fdJtbeuEEnt+uaHUAsEBkHZIBppA=";
fetchSubmodules = true;
})
../../../build_scripts
Expand Down

0 comments on commit 426d004

Please sign in to comment.