11 # The files and commit messages in the repository refer to the package
12 # as ssdfs-utils, not ssdfs-tools.
13 pname = "ssdfs-utils";
14 # The version is taken from `configure.ac`, there are no tags.
17 src = fetchFromGitHub {
20 rev = "7528ee1d923115c1536d97b119fd2a0ee978b59e";
21 hash = "sha256-SL5BY+vLxRWRHkIp0hTQsi3w/fXRGe4OHpaapZFZBZo=";
37 updateScript = ./update.sh;
41 description = "SSDFS file system utilities";
42 homepage = "https://github.com/dubeyko/ssdfs-tools";
43 license = licenses.bsd3Clear;
44 maintainers = with maintainers; [ ners ];
45 platforms = platforms.linux;