Merge pull request #293746 from r-ryantm/auto-update/ssdfs-utils

ssdfs-utils: 4.38 -> 4.39
This commit is contained in:
Nick Cao 2024-03-06 17:29:36 -05:00 committed by GitHub
commit 1a480d34ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;