liburing: 2.11 -> 2.12

This commit is contained in:
R. Ryantm
2025-08-23 19:42:55 +00:00
parent f04aaa33ec
commit e3fe433bcf
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "liburing";
version = "2.11";
version = "2.12";
src = fetchFromGitHub {
owner = "axboe";
repo = "liburing";
tag = "liburing-${version}";
hash = "sha256-V73QP89WMrL2fkPRbo/TSkfO7GeDsCudlw2Ut5baDzA=";
hash = "sha256-sEMzkyjrCc49ogfUnzdgNtEXmW0Tz/PUKo99C965428=";
};
separateDebugInfo = true;