f2fs-tools: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2023-04-16 05:35:49 +00:00 committed by Emery Hemingway
parent 9e47fc8658
commit d8f05d468e

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "f2fs-tools";
version = "1.15.0";
version = "1.16.0";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git";
rev = "refs/tags/v${version}";
sha256 = "sha256-RSWvdC6kV0KfyJefK9qyFCWjlezFc7DBOOn+uy7S3Lk=";
sha256 = "sha256-zNG1F//+BTBzlEc6qNVixyuCB6PMZD5Kf8pVK0ePYiA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];