ssdfs-utils: 4.56 -> 4.57

This commit is contained in:
R. Ryantm
2025-07-26 12:07:13 +00:00
parent 0f8bab2331
commit 99a6b78d2d
+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.56";
version = "4.57";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "300d57aabcf7d6208ee863463e7947005efa70e9";
hash = "sha256-X2LTt1iVyRX+Zli/KePu5Ryf6Fz2/hcDDWyaL9qp/vI=";
rev = "fab40f45663ecd03f32ccf891691798db245bd04";
hash = "sha256-9Eha2tqEBykhlF/GUX5nH1jYQlzEW7ou7mUbTL2A2r0=";
};
strictDeps = true;