ssdfs-utils: 4.46 -> 4.49

This commit is contained in:
R. Ryantm 2024-12-31 21:53:37 +00:00
parent ffd125e27f
commit a5af564f0b

View File

@ -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;