Merge pull request #183579 from r-ryantm/auto-update/nilfs-utils

nilfs-utils: 2.2.8 -> 2.2.9
This commit is contained in:
7c6f434c 2022-07-31 20:49:37 +00:00 committed by GitHub
commit b91029be03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "nilfs-utils";
version = "2.2.8";
version = "2.2.9";
src = fetchFromGitHub {
owner = "nilfs-dev";
repo = pname;
rev = "v${version}";
sha256 = "094mw7dsyppyiyzfdnf3f5hlkrh4bidk1kvvpn1kcvw5vn2xpfk7";
sha256 = "sha256-XqViUvPj2BHO3bGs9xBO3VpRq9XqnwBptHvMwBOntqo=";
};
nativeBuildInputs = [ autoreconfHook ];