liburing: 2.13 -> 2.14

This commit is contained in:
R. Ryantm
2026-02-08 01:35:24 +00:00
parent e0658cba20
commit 98c3505a10
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "liburing";
version = "2.13";
version = "2.14";
src = fetchFromGitHub {
owner = "axboe";
repo = "liburing";
tag = "liburing-${finalAttrs.version}";
hash = "sha256-ZWM+SKeRw5iivyj0mHSxC6yw492N7CThx/pp4FJhkCo=";
hash = "sha256-bSq4M28JRND4bdaIv/KXcCDB35cYM7gra1GVO3poWfc=";
};
separateDebugInfo = true;