Commit 786a4922 authored by R. RyanTM's avatar R. RyanTM
Browse files

littlefs-fuse: 2.7.6 -> 2.7.7

parent 3f1bb546
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 = ''