Merge pull request #216201 from r-ryantm/auto-update/liburing

liburing: 2.2 -> 2.3
This commit is contained in:
Mario Rodas 2023-02-13 20:57:34 -05:00 committed by GitHub
commit 7e6c26ec2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
pname = "liburing";
version = "2.2";
version = "2.3";
src = fetchgit {
url = "http://git.kernel.dk/${pname}";
rev = "liburing-${version}";
sha256 = "sha256-M/jfxZ+5DmFvlAt8sbXrjBTPf2gLd9UyTNymtjD+55g";
sha256 = "sha256-vN6lLb5kpgHTKDxwibJPS61sdelILETVtJE2BYgp79k=";
};
separateDebugInfo = true;