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

ssdfs-utils: 4.35 -> 4.37
This commit is contained in:
Weijia Wang 2024-01-03 15:22:53 +01:00 committed by GitHub
commit 553e1b4065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.35";
version = "4.37";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "fe18072c9b1a670c06d1819205ad12e08312838f";
hash = "sha256-eVduJa4ewkVDHkxZkj2GO2uNMcMubyGo+4RkhXb9KFA=";
rev = "f83f70409c5e4fa81e9a67f8ed7f824368aba063";
hash = "sha256-OuGQ876HRjjSyxMbd/l8yySxmEjW1Yo1PTyO9zEt8+Q=";
};
strictDeps = true;