Unverified Commit 30a31c9e authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

littlefs-fuse: 2.7.9 -> 2.7.10 (#370068)

parents be2bd72c 7edc4f64
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

stdenv.mkDerivation rec {
  pname = "littlefs-fuse";
  version = "2.7.9";
  version = "2.7.10";
  src = fetchFromGitHub {
    owner = "littlefs-project";
    repo = "littlefs-fuse";
    rev = "v${version}";
    hash = "sha256-77bm3cnigMewmCywp1ivT/a9PCc6fKmavcKysJvYrSc=";
    hash = "sha256-O9fzwN2qItsmDwqtNCsnU76PR/cYx00eeHjuD1HU5X4=";
  };
  buildInputs = [ fuse ];
  installPhase = ''
@@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
  meta = src.meta // {
    description = "FUSE wrapper that puts the littlefs in user-space";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ ehmry ];
    mainProgram = "littlefs-fuse";
    inherit (fuse.meta) platforms;
    # fatal error: 'linux/fs.h' file not found