Commit 378d2c5d authored by Emery Hemingway's avatar Emery Hemingway Committed by ehmry
Browse files

erofs-utils: 1.2.1 -> 1.3

parent 4a719dfa
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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" ];