littlefs-fuse: 2.7.6 -> 2.7.7

This commit is contained in:
R. Ryantm 2024-04-18 01:44:00 +00:00
parent 3f1bb546b5
commit 786a492214
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "littlefs-fuse";
version = "2.7.6";
version = "2.7.7";
src = fetchFromGitHub {
owner = "littlefs-project";
repo = pname;
rev = "v${version}";
hash = "sha256-iN6Ny1H7CyBzBRJyYKbXuzkap7+u+6tVkXo7Vnp1WV8=";
hash = "sha256-MCmi0CBs3RLuYn+1BsS6pIeR/tHS1lGNyV3ZwlsnQCA=";
};
buildInputs = [ fuse ];
installPhase = ''