summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Jagot <ahmadjagot@gmail.com>2020-09-15 18:34:08 +0100
committerehmry <ehmry@posteo.net>2020-09-15 23:51:11 +0200
commitb467630062f6dac3cebc205b8e1b42566ba218cb (patch)
treef3f20c7e957c0526b11501aefd09582a0bb7fac5
parent5a9358ce26699de9b954d2f188a6553be78ac9ad (diff)
f2fs-tools: 1.13.0 -> 1.14.0
Allow use of 'compression' option on volume creation, supported at mount-time in kernels 5.6+
-rw-r--r--pkgs/tools/filesystems/f2fs-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/f2fs-tools/default.nix b/pkgs/tools/filesystems/f2fs-tools/default.nix
index 2ab168a19a5a..af30751b885b 100644
--- a/pkgs/tools/filesystems/f2fs-tools/default.nix
+++ b/pkgs/tools/filesystems/f2fs-tools/default.nix
@@ -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 ];