littlefs-fuse: 2.7.11 -> 2.7.12 (#407280)

This commit is contained in:
Yohann Boniface
2025-05-15 23:05:33 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = ''