ssdfs-utils: 4.64 -> 4.65

This commit is contained in:
R. Ryantm
2025-12-05 09:03:41 +00:00
parent e019ef2611
commit c40eaba965
+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.64";
version = "4.65";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "46ef1ea7baa81fb009b4010700a9e00c39fb61a8";
hash = "sha256-ky0+UKqIF37tf0drNRvdi116VZsgUn2HedPeKuitHLg=";
rev = "256c3415a580c2bec37f98bdc6d972c10454d627";
hash = "sha256-HGT7hBzsbtlBud4zwWZHDrQqzA1lmnNMrCZy5oylBSQ=";
};
strictDeps = true;