Skip to content

Commit

Permalink
Merge #1650
Browse files Browse the repository at this point in the history
1650: fix(spdk): using correct spdk commit hash r=dsavitskiy a=dsavitskiy



Co-authored-by: Dmitry Savitskiy <[email protected]>
  • Loading branch information
mayastor-bors and dsavitskiy committed May 9, 2024
2 parents 7de5ee4 + fabc29a commit b529dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/pkgs/libspdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ 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-8bf0f85";
version = "23.05-4ffc9d2";

src = fetchFromGitHub {
owner = "openebs";
repo = "spdk";
rev = "8bf0f85702e142302a43acd73eeee3de085597c0";
rev = "4ffc9d2259c810e3ef3bc212112e629820c2add6";
sha256 = "sha256-3X9eRe/8fO4E1bv3XT5mhRm795kT23TtmfPKli74yL0=";
fetchSubmodules = true;
};
Expand Down

0 comments on commit b529dcd

Please sign in to comment.