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

nilfs-utils: 2.2.10 -> 2.2.11
This commit is contained in:
rewine 2024-04-05 18:59:44 +08:00 committed by GitHub
commit 841e26462b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "nilfs-utils";
version = "2.2.10";
version = "2.2.11";
src = fetchFromGitHub {
owner = "nilfs-dev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xTnd3sfBaVU4Ovcsk4oufylNpGS+5n3ZLa2GXzUbeCE=";
sha256 = "sha256-qvs0PBkMYzGfIQ/Z2Wz0aHe2Y2Ia6fA4pMSk5Jhejf4=";
};
nativeBuildInputs = [ autoreconfHook ];