f2fs-tools: 1.13.0 -> 1.14.0

Allow use of 'compression' option on volume creation, supported at
mount-time in kernels 5.6+
This commit is contained in:
Ahmad Jagot 2020-09-15 18:34:08 +01:00 committed by ehmry
parent 5a9358ce26
commit b467630062

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "f2fs-tools";
version = "1.13.0";
version = "1.14.0";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git";
rev = "refs/tags/v${version}";
sha256 = "0h6wincsvg6s232ajxblg66r5nx87v00a4w7xkbxgbl1qyny477j";
sha256 = "06ss05n87i1c3149qb3n7j1qp2scv3g2adx0v6ljkl59ab9b5saj";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];