mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #127177 from r-ryantm/auto-update/blktrace
blktrace: 1.2.0 -> 1.3.0
This commit is contained in:
commit
c836c3a230
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib, stdenv, fetchurl, libaio }:
|
{ lib, stdenv, fetchurl, libaio }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "blktrace-1.2.0";
|
name = "blktrace-1.3.0";
|
||||||
|
|
||||||
# Official source
|
# Official source
|
||||||
# "git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git"
|
# "git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git"
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://brick.kernel.dk/snaps/blktrace-1.2.0.tar.bz2";
|
url = "http://brick.kernel.dk/snaps/blktrace-1.3.0.tar.bz2";
|
||||||
sha256 = "0i9z7ayh9qx4wi0ihyz15bhr1c9aknjl8v5i8c9mx3rhyy41i5i6";
|
sha256 = "sha256-1t7aA4Yt4r0bG5+6cpu7hi2bynleaqf3yoa2VoEacNY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libaio ];
|
buildInputs = [ libaio ];
|
||||||
|
|
Loading…
Reference in a new issue