Skip to content

Commit 32147a2

Browse files
authored
Merge pull request #94 from openebs/spdk-update
build: update spdk
2 parents 2c0797e + 5df6939 commit 32147a2

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
@@ -92,8 +92,8 @@ let
9292
# Derivation attributes
9393
#
9494
spdk = rec {
95-
rev = "fd233103d1a24e18a275159e68922e3d1289c28c";
96-
sha256 = "sha256-ebr1C2r/CeNRU9RAIhBN6rdom7LFXkzIvs7l/GyGG70=";
95+
rev = "f61f929aac373ed8af3a27a4bafa4cee046e1922";
96+
sha256 = "sha256-k+jezN1lGteu9AN7qozVyaTmtuYC7dgNRPDpSSYt2l8=";
9797
pname = "libspdk${nameSuffix}";
9898
version = "25.05-${lib.substring 0 7 rev}";
9999
name = "${pname}-${version}";
@@ -118,7 +118,7 @@ let
118118

119119
sourceRoot = spdk.name;
120120

121-
devBuildInputs = [ astyle pkgs.python3Packages.tabulate pkgs.python3Packages.jinja2 nix-prefetch-github ];
121+
devBuildInputs = with pkgs; [ astyle python3Packages.tabulate python3Packages.jinja2 nix-prefetch-github valgrind ];
122122

123123
nativeBuildInputs = [
124124
cmake

0 commit comments

Comments
 (0)