File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 } " ;
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
You can’t perform that action at this time.
0 commit comments