Skip to content

Commit ee2e2b0

Browse files
committed
WIP newer liburing
1 parent 33f6e5d commit ee2e2b0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

nix/pkgs.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,16 @@ in with final;
206206
))
207207
);
208208

209+
liburing = prev.liburing.overrideAttrs (oldAttrs: {
210+
version = "2.14"; # Update the version string
211+
src = prev.fetchFromGitHub {
212+
owner = "axboe";
213+
repo = "liburing";
214+
rev = "liburing-2.14";
215+
sha256 = "sha256-bSq4M28JRND4bdaIv/KXcCDB35cYM7gra1GVO3poWfc=";
216+
};
217+
});
218+
209219
# Disable failing python uvloop tests
210220
python310 = prev.python310.override {
211221
packageOverrides = pythonFinal: pythonPrev: {

0 commit comments

Comments
 (0)