ssdfs-utils: 4.57 -> 4.58 (#435540)

This commit is contained in:
Nick Cao
2025-08-21 16:28:06 -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.57";
version = "4.58";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "fab40f45663ecd03f32ccf891691798db245bd04";
hash = "sha256-9Eha2tqEBykhlF/GUX5nH1jYQlzEW7ou7mUbTL2A2r0=";
rev = "39d1ec5dc9f1a7ddc9d578d938a2f983191a93ac";
hash = "sha256-IImfXP3RWljTwc69ll+z8NIR7vIxhVE1FFRmuCxYn9E=";
};
strictDeps = true;