Commit 596ebd7d authored by Emery Hemingway's avatar Emery Hemingway
Browse files

littlefs-fuse: 2.7.3 -> 2.7.4

parent 4cdde2bb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
  pname = "littlefs-fuse";
  version = "2.7.3";
  version = "2.7.4";
  src = fetchFromGitHub {
    owner = "littlefs-project";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-8TrCAByblff2Vkk0MvnIYyAMoFW3s3fm3rLXrEjWoys=";
    hash = "sha256-S4yLe6xugr/cQOmf4vS09ebCqFuDPCXySJKACr0AUDU=";
  };
  buildInputs = [ fuse ];
  installPhase = ''
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
    description = "A 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;
  };
}
+0 −2
Original line number Diff line number Diff line
@@ -9987,8 +9987,6 @@ with pkgs;
  linuxwave = callPackage ../tools/audio/linuxwave { };
  littlefs-fuse = callPackage ../tools/filesystems/littlefs-fuse { };
  lksctp-tools = callPackage ../os-specific/linux/lksctp-tools { };
  lldpd = callPackage ../tools/networking/lldpd { };