ssdfs-utils: 4.38 -> 4.39

This commit is contained in:
R. Ryantm
2024-03-06 11:30:49 +00:00
parent 9df3e30ce2
commit 3904a6e6f7
@@ -12,13 +12,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.38";
version = "4.39";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "14c0e9eb63f75c100a711493a16665c313c7bcf7";
hash = "sha256-s8HWuUub7EzDVZTFSitW/Zg2u0PSrXnmb5fnfOyrNL0=";
rev = "24aafdd9ee30247745b36e55e0098fa590ffc26f";
hash = "sha256-e6Duur7EauvzK1aStbRzClfPMGRR2a7jxGpiyJfQaUk=";
};
strictDeps = true;