Skip to content

Commit

Permalink
liburing: 2.7 -> 2.8 (#351338)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 27, 2024
2 parents 4ee6ef1 + 48e5645 commit 05e85d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/liburing/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 05e85d1

Please sign in to comment.