ssdfs-utils: 4.58 -> 4.61

This commit is contained in:
R. Ryantm
2025-09-12 11:56:56 +00:00
parent acbc6a959f
commit 8f229dc1ee
+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.58";
version = "4.61";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "39d1ec5dc9f1a7ddc9d578d938a2f983191a93ac";
hash = "sha256-IImfXP3RWljTwc69ll+z8NIR7vIxhVE1FFRmuCxYn9E=";
rev = "b53ac1d92d4eedbcddd245143a1d70e872bc4b6b";
hash = "sha256-PEmYVZowNyg9rvh26y6lWo17HMqSYABQgMYYVRXo/Nw=";
};
strictDeps = true;