ssdfs-utils: 4.46 -> 4.49 (#369794)

This commit is contained in:
Weijia Wang
2025-01-25 22:09:33 +01:00
committed by GitHub
@@ -13,13 +13,13 @@ stdenv.mkDerivation {
# as ssdfs-utils, not ssdfs-tools.
pname = "ssdfs-utils";
# The version is taken from `configure.ac`, there are no tags.
version = "4.46";
version = "4.49";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "7528ee1d923115c1536d97b119fd2a0ee978b59e";
hash = "sha256-SL5BY+vLxRWRHkIp0hTQsi3w/fXRGe4OHpaapZFZBZo=";
rev = "cd080289b2183125a7adeba3d3b01481913cf810";
hash = "sha256-ydt3xom9Tzf+kImPgg25y4Ht52WYwFSy8bAiy6AoiY4=";
};
strictDeps = true;