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 17, 2024
1 parent ea6ef4e commit 01ecc46
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-6062356";

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

0 comments on commit 01ecc46

Please sign in to comment.