littlefs-fuse: 2.4.1 -> 2.7.2

This commit is contained in:
R. Ryantm 2023-10-03 04:07:58 +00:00 committed by Emery Hemingway
parent 48d0e171ad
commit 32c694e463

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "littlefs-fuse";
version = "2.4.1";
version = "2.7.2";
src = fetchFromGitHub {
owner = "littlefs-project";
repo = pname;
rev = "v${version}";
hash = "sha256-+EUZluBtgZiziTEIfXIhkRIBu/Pe78qmL18TQHkfHO4=";
hash = "sha256-ybaZbAomrIaEdYfQtbZirkozRarEUxjsf6hgTMu5uIY=";
};
buildInputs = [ fuse ];
installPhase = ''