littlefs-fuse: 2.7.3 -> 2.7.4

This commit is contained in:
Emery Hemingway 2023-12-22 12:17:12 +02:00
parent 4cdde2bb35
commit 596ebd7dfc
2 changed files with 3 additions and 4 deletions

View File

@ -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;
};
}

View File

@ -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 { };