Commit e58248d1 authored by R. RyanTM's avatar R. RyanTM
Browse files

littlefs-fuse: 2.7.11 -> 2.7.12

parent f71ccdc1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

stdenv.mkDerivation rec {
  pname = "littlefs-fuse";
  version = "2.7.11";
  version = "2.7.12";
  src = fetchFromGitHub {
    owner = "littlefs-project";
    repo = "littlefs-fuse";
    rev = "v${version}";
    hash = "sha256-RZpGLFVNo3WEXVU7V2tFjRs8iYN1Ge6AN4Bcq3d6mtc=";
    hash = "sha256-BgvdwEEzJ5QtdXTXHLmLPSoyTs6Svd7ESJULxPbjgJk=";
  };
  buildInputs = [ fuse ];
  installPhase = ''