Merge pull request #294399 from r-ryantm/auto-update/littlefs-fuse
littlefs-fuse: 2.7.5 -> 2.7.6
This commit is contained in:
commit
19b1c3cb0c
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "littlefs-fuse";
|
pname = "littlefs-fuse";
|
||||||
version = "2.7.5";
|
version = "2.7.6";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "littlefs-project";
|
owner = "littlefs-project";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-sSnk1iQV5aHcOPqVKbigWqojrZKlJK5CcrVlwilT2mE=";
|
hash = "sha256-iN6Ny1H7CyBzBRJyYKbXuzkap7+u+6tVkXo7Vnp1WV8=";
|
||||||
};
|
};
|
||||||
buildInputs = [ fuse ];
|
buildInputs = [ fuse ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue