liburing: 2.7 -> 2.8

This commit is contained in:
R. Ryantm
2024-10-26 04:36:09 +00:00
parent 9a415c28ae
commit 48e5645c75
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "liburing";
version = "2.7";
version = "2.8";
src = fetchFromGitHub {
owner = "axboe";
repo = "liburing";
rev = "refs/tags/liburing-${version}";
hash = "sha256-WhNlO2opPM7v4LOLWpmzPv31++zmn5Hmb6Su9IQBDH8=";
hash = "sha256-10zmoMDzO41oNRVXE/6FzDGPVRVJTJTARVUmc1b7f+o=";
};
separateDebugInfo = true;