Merge pull request #304946 from r-ryantm/auto-update/littlefs-fuse

littlefs-fuse: 2.7.6 -> 2.7.7
This commit is contained in:
Nick Cao 2024-04-18 10:20:47 -04:00 committed by GitHub
commit 1cf1280662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''