ssdfs-utils: 4.53 -> 4.54 (#399651)

This commit is contained in:
Nick Cao
2025-04-18 15:34:34 -04:00
committed by GitHub
+3 -3
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.53";
version = "4.54";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "5cf623d11b41f2581923494142dcd5277af39093";
hash = "sha256-Mud9KAd2nGY4A8l8EhJvmrK93oV2wO5RCsQIjmEAaeg=";
rev = "c7627ec88515da312570166e7590e1562b32353a";
hash = "sha256-uIX+nA9+hpGDCFAlwzLCYkF96Ou0fimeoJxMxgfgmkQ=";
};
strictDeps = true;