Unverified Commit 1cf12806 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

littlefs-fuse: 2.7.6 -> 2.7.7
parents b88c006c 786a4922
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''