littlefs-fuse: 2.7.14 -> 2.7.15

This commit is contained in:
R. Ryantm
2026-03-25 07:42:05 +00:00
parent 75cff34fdd
commit 4b031ad53c
+2 -2
View File
@@ -7,12 +7,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "littlefs-fuse";
version = "2.7.14";
version = "2.7.15";
src = fetchFromGitHub {
owner = "littlefs-project";
repo = "littlefs-fuse";
rev = "v${finalAttrs.version}";
hash = "sha256-TWvBEoH4YvK4Jdg+QAMyskBUYhCWnmdtEoVXwoKJqIo=";
hash = "sha256-01jVoKxctHy53A/dCTNeteoQD21f6TYkEFLob2wfGoM=";
};
buildInputs = [ fuse ];
installPhase = ''