Skip to content

Commit 09bb230

Browse files
mayastor-borshrudaya21
andcommitted
Merge #1464
1464: chore(spdk): spdk revision changed to properly deallocate blob clusters r=hrudaya21 a=hrudaya21 Co-authored-by: Hrudaya <[email protected]>
2 parents 332b57f + ee65563 commit 09bb230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/pkgs/libspdk/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ let
5656
# 7. Copy SHA256 from 'got' of the error message to 'sha256' field.
5757
# 8. 'nix-shell' build must now succeed.
5858
drvAttrs = rec {
59-
version = "23.01-38c2e17";
59+
version = "23.01-2a61eeb";
6060

6161
src = fetchFromGitHub {
6262
owner = "openebs";
6363
repo = "spdk";
64-
rev = "38c2e17a120ad5c78f5ebea03a0e75738b712a0e";
65-
sha256 = "sha256-O51JXQNVTft5Q5Bf5BK81+++lMT6fhFNp+Q6alE9/ho=";
64+
rev = "2a61eebfb93f6414f6ef9161c42cd8dedcf8bc67";
65+
sha256 = "sha256-7j+BgOFPBJwt7oRh3KhB10/Da2zXIYTH7ietZYicyks=";
6666
fetchSubmodules = true;
6767
};
6868

0 commit comments

Comments
 (0)