ssdfs-utils: 4.54 -> 4.56 (#412630)

This commit is contained in:
Wolfgang Walther
2025-06-01 13:06:32 +00: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.54";
version = "4.56";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "c7627ec88515da312570166e7590e1562b32353a";
hash = "sha256-uIX+nA9+hpGDCFAlwzLCYkF96Ou0fimeoJxMxgfgmkQ=";
rev = "300d57aabcf7d6208ee863463e7947005efa70e9";
hash = "sha256-X2LTt1iVyRX+Zli/KePu5Ryf6Fz2/hcDDWyaL9qp/vI=";
};
strictDeps = true;