spdk: 18.04 -> 19.04
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/spdk/versions
This commit is contained in:
parent
c6f7545209
commit
8ffec65d3f
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "spdk-${version}";
|
name = "spdk-${version}";
|
||||||
version = "18.04";
|
version = "19.04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spdk";
|
owner = "spdk";
|
||||||
repo = "spdk";
|
repo = "spdk";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07i13jkf63h5ld9djksxl445v1mj6m5cbq4xydix9y5qcxwlss3n";
|
sha256 = "10mzal1hspnh26ws5d7sc54gyjfzkf6amr0gkd7b368ng2a9z8s6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ python ];
|
nativeBuildInputs = [ python ];
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Set of libraries for fast user-mode storage";
|
description = "Set of libraries for fast user-mode storage";
|
||||||
homepage = http://www.spdk.io;
|
homepage = "https://spdk.io/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user