From 18a37f663a6a65ef68070b2eb83d238209101066 Mon Sep 17 00:00:00 2001 From: Gaelan Steele Date: Mon, 10 Jan 2022 22:39:47 -0800 Subject: [PATCH] liburing: use patch from commit instead of PR Co-authored-by: Dmitry Kalinkin --- pkgs/development/libraries/liburing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/liburing/default.nix b/pkgs/development/libraries/liburing/default.nix index 16fadb151bd..678fd0b3f73 100644 --- a/pkgs/development/libraries/liburing/default.nix +++ b/pkgs/development/libraries/liburing/default.nix @@ -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="; }) ];