about summary refs log tree commit diff
path: root/pkgs/by-name/li/littlefs-fuse
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-09 01:18:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-09 01:18:06 +0000
commit6ca856220afde1fa658dbcd725340d4e9885abc9 (patch)
tree20f046558fe9d895f73565a6dbc1d027de6612f6 /pkgs/by-name/li/littlefs-fuse
parent2be8f78d2324456ee6570a59fa1af45c58b0abe6 (diff)
littlefs-fuse: 2.7.5 -> 2.7.6
Diffstat (limited to 'pkgs/by-name/li/littlefs-fuse')
-rw-r--r--pkgs/by-name/li/littlefs-fuse/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/li/littlefs-fuse/package.nix b/pkgs/by-name/li/littlefs-fuse/package.nix
index feb566a822a26..00eba357e04e2 100644
--- a/pkgs/by-name/li/littlefs-fuse/package.nix
+++ b/pkgs/by-name/li/littlefs-fuse/package.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "littlefs-fuse";
-  version = "2.7.5";
+  version = "2.7.6";
   src = fetchFromGitHub {
     owner = "littlefs-project";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-sSnk1iQV5aHcOPqVKbigWqojrZKlJK5CcrVlwilT2mE=";
+    hash = "sha256-iN6Ny1H7CyBzBRJyYKbXuzkap7+u+6tVkXo7Vnp1WV8=";
   };
   buildInputs = [ fuse ];
   installPhase = ''