liburing: use patch from commit instead of PR

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
Gaelan Steele 2022-01-10 22:39:47 -08:00 committed by Austin Seipp
parent 53c7536da0
commit 18a37f663a

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
# upstream releases an update
patches = lib.optional stdenv.isAarch32 [
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/axboe/liburing/pull/433.patch";
url = "https://github.com/axboe/liburing/commit/e75a6cfa085fc9b5dbf5140fc1efb5a07b6b829e.diff";
sha256 = "sha256-qQEQXYm5mkws2klLxwuuoPSPRkpP1s6tuylAAEp7+9E=";
})
];