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

nilfs-utils: 2.2.9 -> 2.2.10
This commit is contained in:
7c6f434c 2024-03-05 09:21:29 +00:00 committed by GitHub
commit ea636c9dcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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