littlefs-fuse: 2.7.2 -> 2.7.3

This commit is contained in:
R. Ryantm 2023-11-01 15:16:40 +00:00 committed by Emery Hemingway
parent b8b46961cc
commit 2bba5a3d6e

View File

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