3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69610 from r-ryantm/auto-update/libblockdev

libblockdev: 2.22 -> 2.23
This commit is contained in:
Mario Rodas 2019-09-27 03:23:03 -05:00 committed by GitHub
commit 076d68ed1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "libblockdev";
version = "2.22";
version = "2.23";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "libblockdev";
rev = "${version}-1";
sha256 = "03y4ps37wbi9p1136q0xzgshfnrjg4lgy8pgm1a3ihfcjnbwrbnq";
sha256 = "09gp9h05vy3llhnrg98gny8g57kgwnbi8522qyzjwyv7nmhs4zhz";
};
outputs = [ "out" "dev" "devdoc" ];