Skip to content

Commit 5ddc379

Browse files
committed
chore: use latest openebs spdk hash
Signed-off-by: Diwakar Sharma <diwakar.sharma@datacore.com>
1 parent eecde6f commit 5ddc379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/pkgs/libspdk/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ let
8686
# Derivation attributes
8787
#
8888
spdk = rec {
89-
rev = "5ad4b3f7da32eb96543bf15df88cfd790dbd5307";
90-
sha256 = "sha256-P3/rhhxNuNC3LJK7em+v5ES4aZsx0LSTHf8HcCaWk5Y=";
89+
rev = "4e0d6222c1d1e7eadb0c385da46e7785dd11b83e";
90+
sha256 = "sha256-LY7F/ByZo+JhcTlF3YgxP4Y/qgF4xDxnLKCvllLln3A=";
9191
pname = "libspdk${nameSuffix}";
9292
version = "24.05-${lib.substring 0 7 rev}";
9393
name = "${pname}-${version}";

0 commit comments

Comments
 (0)