Merge pull request #307888 from r-ryantm/auto-update/littlefs-fuse

littlefs-fuse: 2.7.7 -> 2.7.8
This commit is contained in:
Jörg Thalheim
2024-04-30 09:16:23 +02:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "littlefs-fuse";
version = "2.7.7";
version = "2.7.8";
src = fetchFromGitHub {
owner = "littlefs-project";
repo = pname;
rev = "v${version}";
hash = "sha256-MCmi0CBs3RLuYn+1BsS6pIeR/tHS1lGNyV3ZwlsnQCA=";
hash = "sha256-dJt2Tcw+qdcOoZ9ejao9NXys/OYQTvbP9+dD6DCzFAw=";
};
buildInputs = [ fuse ];
installPhase = ''