mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
erofs-utils: 1.2.1 -> 1.3
This commit is contained in:
parent
4a719dfa45
commit
378d2c5dce
1 changed files with 4 additions and 3 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue