Skip to content

Commit

Permalink
Merge #1464
Browse files Browse the repository at this point in the history
1464: chore(spdk): spdk revision changed to properly deallocate blob clusters r=hrudaya21 a=hrudaya21



Co-authored-by: Hrudaya <[email protected]>
  • Loading branch information
mayastor-bors and hrudaya21 committed Jul 21, 2023
2 parents 332b57f + ee65563 commit 09bb230
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-38c2e17";
version = "23.01-2a61eeb";

src = fetchFromGitHub {
owner = "openebs";
repo = "spdk";
rev = "38c2e17a120ad5c78f5ebea03a0e75738b712a0e";
sha256 = "sha256-O51JXQNVTft5Q5Bf5BK81+++lMT6fhFNp+Q6alE9/ho=";
rev = "2a61eebfb93f6414f6ef9161c42cd8dedcf8bc67";
sha256 = "sha256-7j+BgOFPBJwt7oRh3KhB10/Da2zXIYTH7ietZYicyks=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 09bb230

Please sign in to comment.