erofs-utils: 1.2.1 -> 1.3

This commit is contained in:
Emery Hemingway 2021-09-09 11:59:54 +02:00 committed by ehmry
parent 4a719dfa45
commit 378d2c5dce

View File

@ -2,17 +2,18 @@
stdenv.mkDerivation rec {
pname = "erofs-utils";
version = "1.2.1";
version = "1.3";
outputs = [ "out" "man" ];
src = fetchgit {
url =
"https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git";
rev = "v" + version;
sha256 = "1vb4mxsb59g29x7l22cffsqa8x743sra4j5zbmx89hjwpwm9vvcg";
sha256 = "0sqiw05zbxr6l0g9gn3whkc4qc5km2qvfg4lnm08nppwskm8yaw8";
};
buildInputs = [ autoreconfHook pkg-config fuse libuuid lz4 ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ fuse libuuid lz4 ];
configureFlags = [ "--enable-fuse" ];