nilfs-utils: 2.2.9 -> 2.2.10

This commit is contained in:
R. Ryantm 2024-03-04 13:17:35 +00:00
parent 9b4937d421
commit a0b0805837

View File

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