Skip to content

Commit

Permalink
liburing: 0.4pre514_2454d630 -> 0.6pre600
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Apr 14, 2020
1 parent 171e99a commit 7b235b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/liburing/default.nix
Expand Up @@ -4,12 +4,12 @@

stdenv.mkDerivation rec {
pname = "liburing";
version = "0.4pre514_${builtins.substring 0 8 src.rev}";
version = "0.6pre600_${builtins.substring 0 8 src.rev}";

src = fetchgit {
url = "http://git.kernel.dk/${pname}";
rev = "2454d6301d83a714d0775662b512fd46dbf82a0d";
sha256 = "0qdycr0w0rymnizc4p5rh2qcnzr05afris4ggaawdg4zr07jms7k";
rev = "f2e1f3590f7bed3040bd1691676b50839f7d5c39";
sha256 = "0wg0pgcbilbb2wg08hsvd18q1m8vdk46b3piz7qb1pvgyq01idj2";
};

separateDebugInfo = true;
Expand Down

0 comments on commit 7b235b0

Please sign in to comment.