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

View File

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